#74CBFC

Color #74CBFC Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #74CBFC

Tints of Maya Blue #74CBFC

Color information

#74CBFC (or 0x74CBFC) is unknown color: approx 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

RGB116203252-
CMYK0.540.1900.01
HSL201.62º95.77%72.16%-
HSV(B)201.62º53.97%98.82%-
XYZ46.1353.4599.98-
YUV182.57167.1880.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162032520.540.1900.01201.6295.7772.16
Hex74CBFC361301ca6048
Octal164313374662301312140110
Binary1110100110010111111110011011010011011100101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>