Html Css Color HEX #78CBFC Maya Blue

📋 copy color: '#78CBFC'

red 120 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #78CBFC

Tints of Maya Blue #78CBFC

RGB

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

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

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

R = 20.87%
G = 35.3%
B = 43.83%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#78CBFC (or 0x78CBFC) is known color: Maya Blue. HEX triplet: 78, CB and FC. RGB value is (120,203,252). Sum of RGB (Red+Green+Blue) = 120+203+252=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #78CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CBFC is #873403. Grayscale: #B7B7B7. Windows color (decimal): -8860676 or 16567160. OLE color: 16567160.

HSL color Cylindrical-coordinate representation of color #78CBFC: hue angle of 202.27º 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 #78CBFC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 203 252 -
CMYK 0.52 0.19 0 0.01
HSL 202.27º 0.96% 0.73% -
HSV(B) 202.27º 0.52% 0.99% -
XYZ 46.67 53.73 100.01 -
YUV 183.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 120 203 252 0.52 0.19 0 0.01 202.27 0.96 0.73
Hex 78 CB FC 34 13 0 1 CA 60 49
Octal 170 313 374 64 23 0 1 312 140 111
Binary 1111000 11001011 11111100 110100 10011 0 1 11001010 1100000 1001001

Color Harmonies of #78CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CBFC

Black with #78CBFC

Text Example


Text Example

White with #78CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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