Html Css Color HEX #74CBFC Maya Blue

📋 copy color: '#74CBFC'

red 116 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #74CBFC

Tints of Maya Blue #74CBFC

RGB

 RED value IS 116 (45.7% from 255) = 20.32%

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

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

R = 20.32%
G = 35.55%
B = 44.13%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74CBFC (or 0x74CBFC) is known color: Maya Blue. HEX triplet: 74, CB and FC. RGB value is (116,203,252). Sum of RGB (Red+Green+Blue) = 116+203+252=571 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.32% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #74CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CBFC is #8B3403. Grayscale: #B6B6B6. Windows color (decimal): -9122820 or 16567156. OLE color: 16567156.

HSL color Cylindrical-coordinate representation of color #74CBFC: hue angle of 201.62º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74CBFC is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 203 252 -
CMYK 0.54 0.19 0 0.01
HSL 201.62º 0.96% 0.72% -
HSV(B) 201.62º 0.54% 0.99% -
XYZ 46.13 53.45 99.98 -
YUV 182.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 116 203 252 0.54 0.19 0 0.01 201.62 0.96 0.72
Hex 74 CB FC 36 13 0 1 CA 60 48
Octal 164 313 374 66 23 0 1 312 140 110
Binary 1110100 11001011 11111100 110110 10011 0 1 11001010 1100000 1001000

Color Harmonies of #74CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBFC

Black with #74CBFC

Text Example


Text Example

White with #74CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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