Html Css Color HEX #74CAF2 Maya Blue

📋 copy color: '#74CAF2'

red 116 ◦ green 202 ◦ blue 242

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

Shades of Maya Blue #74CAF2

Tints of Maya Blue #74CAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.07%

 BLUE value IS 242 (94.92% from 255) = 43.21%

R = 20.71%
G = 36.07%
B = 43.21%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#74CAF2 (or 0x74CAF2) is known color: Maya Blue. HEX triplet: 74, CA and F2. RGB value is (116,202,242). Sum of RGB (Red+Green+Blue) = 116+202+242=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #74CAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CAF2 is #8B350D. Grayscale: #B4B4B4. Windows color (decimal): -9123086 or 15911540. OLE color: 15911540.

HSL color Cylindrical-coordinate representation of color #74CAF2: hue angle of 199.05º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74CAF2 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 202 242 -
CMYK 0.52 0.17 0 0.05
HSL 199.05º 0.83% 0.7% -
HSV(B) 199.05º 0.52% 0.95% -
XYZ 44.35 52.36 91.77 -
YUV 180.85 162.51 81.75 -
System Red Green Blue C M Y K H S L
Decimal 116 202 242 0.52 0.17 0 0.05 199.05 0.83 0.7
Hex 74 CA F2 34 11 0 5 C7 53 46
Octal 164 312 362 64 21 0 5 307 123 106
Binary 1110100 11001010 11110010 110100 10001 0 101 11000111 1010011 1000110

Color Harmonies of #74CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CAF2

Black with #74CAF2

Text Example


Text Example

White with #74CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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