Html Css Color HEX #78CFFC Maya Blue

📋 copy color: '#78CFFC'

red 120 ◦ green 207 ◦ blue 252

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

Shades of Maya Blue #78CFFC

Tints of Maya Blue #78CFFC

RGB

 RED value IS 120 (47.27% from 255) = 20.73%

 GREEN value IS 207 (81.25% from 255) = 35.75%

 BLUE value IS 252 (98.83% from 255) = 43.52%

R = 20.73%
G = 35.75%
B = 43.52%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#78CFFC (or 0x78CFFC) is known color: Maya Blue. HEX triplet: 78, CF and FC. RGB value is (120,207,252). Sum of RGB (Red+Green+Blue) = 120+207+252=579 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.73% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #78CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CFFC is #873003. Grayscale: #B9B9B9. Windows color (decimal): -8859652 or 16568184. OLE color: 16568184.

HSL color Cylindrical-coordinate representation of color #78CFFC: hue angle of 200.45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78CFFC is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 207 252 -
CMYK 0.52 0.18 0 0.01
HSL 200.45º 0.96% 0.73% -
HSV(B) 200.45º 0.52% 0.99% -
XYZ 47.63 55.65 100.33 -
YUV 186.12 165.18 80.84 -
System Red Green Blue C M Y K H S L
Decimal 120 207 252 0.52 0.18 0 0.01 200.45 0.96 0.73
Hex 78 CF FC 34 12 0 1 C8 60 49
Octal 170 317 374 64 22 0 1 310 140 111
Binary 1111000 11001111 11111100 110100 10010 0 1 11001000 1100000 1001001

Color Harmonies of #78CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFFC

Black with #78CFFC

Text Example


Text Example

White with #78CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78CFFC; }

 p { color: rgb(120,207,252); }

 H1.HeaderClassName
 {
   color: #78CFFC;
 }
 .AnyTagClassName
 {
   color: #78CFFC;
 }
</style>

background-color css

<style>
 a { background-color: #78CFFC; }

 a { background-color: rgb(120,207,252); }

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

border-color css

<style>
 span { border-color: #78CFFC; }

 span { border-color: rgb(120,207,252); }

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