#74CAFC

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

Shades of Maya Blue #74CAFC

Tints of Maya Blue #74CAFC

Color information

#74CAFC (or 0x74CAFC) is unknown color: approx Maya Blue. HEX triplet: 74, CA and FC. RGB value is (116,202,252). Sum of RGB (Red+Green+Blue) = 116+202+252=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #74CAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CAFC is #8B3503. Grayscale: #B5B5B5. Windows color (decimal): -9123076 or 16566900. OLE color: 16566900.

HSL color Cylindrical-coordinate representation of color #74CAFC: hue angle of 202.06º 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 #74CAFC is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116202252-
CMYK0.540.2000.01
HSL202.06º95.77%72.16%-
HSV(B)202.06º53.97%98.82%-
XYZ45.8952.9899.9-
YUV181.99167.5180.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.35%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=20.35%
G=35.44%
B=44.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162022520.540.2000.01202.0695.7772.16
Hex74CAFC361401ca6048
Octal164312374662401312140110
Binary1110100110010101111110011011010100011100101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74CAFC;
 }
 .AnyTagClassName
 {
   color: #74CAFC;
 }
</style>
background-color css

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

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

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

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

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

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