Html Css Color HEX #61CBF2 Maya Blue

📋 copy color: '#61CBF2'

red 97 ◦ green 203 ◦ blue 242

#61CBF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #61CBF2

Tints of Maya Blue #61CBF2

RGB

 RED value IS 97 (38.28% from 255) = 17.9%

 GREEN value IS 203 (79.69% from 255) = 37.45%

 BLUE value IS 242 (94.92% from 255) = 44.65%

R = 17.9%
G = 37.45%
B = 44.65%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#61CBF2 (or 0x61CBF2) is known color: Maya Blue. HEX triplet: 61, CB and F2. RGB value is (97,203,242). Sum of RGB (Red+Green+Blue) = 97+203+242=542 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.90% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #61CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CBF2 is #9E340D. Grayscale: #AFAFAF. Windows color (decimal): -10368014 or 15911777. OLE color: 15911777.

HSL color Cylindrical-coordinate representation of color #61CBF2: hue angle of 196.14º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61CBF2 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 203 242 -
CMYK 0.60 0.16 0 0.05
HSL 196.14º 0.85% 0.66% -
HSV(B) 196.14º 0.6% 0.95% -
XYZ 42.31 51.66 91.75 -
YUV 175.75 165.38 71.83 -
System Red Green Blue C M Y K H S L
Decimal 97 203 242 0.60 0.16 0 0.05 196.14 0.85 0.66
Hex 61 CB F2 3C 10 0 5 C4 55 42
Octal 141 313 362 74 20 0 5 304 125 102
Binary 1100001 11001011 11110010 111100 10000 0 101 11000100 1010101 1000010

Color Harmonies of #61CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBF2

Black with #61CBF2

Text Example


Text Example

White with #61CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61CBF2; }

 p { color: rgb(97,203,242); }

 H1.HeaderClassName
 {
   color: #61CBF2;
 }
 .AnyTagClassName
 {
   color: #61CBF2;
 }
</style>

background-color css

<style>
 a { background-color: #61CBF2; }

 a { background-color: rgb(97,203,242); }

 div.DivClassName
 {
   background-color: #61CBF2;
 }
 .BgClassName
 {
   background-color: #61CBF2;
 }
</style>

border-color css

<style>
 span { border-color: #61CBF2; }

 span { border-color: rgb(97,203,242); }

 td.TdClassName
 {
   border-color: #61CBF2;
 }
 .TagClassName
 {
   border-color: #61CBF2;
 }
</style>