Html Css Color HEX #74CEF2 Maya Blue

📋 copy color: '#74CEF2'

red 116 ◦ green 206 ◦ blue 242

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

Shades of Maya Blue #74CEF2

Tints of Maya Blue #74CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.52%

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

R = 20.57%
G = 36.52%
B = 42.91%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#74CEF2 (or 0x74CEF2) is known color: Maya Blue. HEX triplet: 74, CE and F2. RGB value is (116,206,242). Sum of RGB (Red+Green+Blue) = 116+206+242=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #74CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CEF2 is #8B310D. Grayscale: #B6B6B6. Windows color (decimal): -9122062 or 15912564. OLE color: 15912564.

HSL color Cylindrical-coordinate representation of color #74CEF2: hue angle of 197.14º 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 #74CEF2 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 206 242 -
CMYK 0.52 0.15 0 0.05
HSL 197.14º 0.83% 0.7% -
HSV(B) 197.14º 0.52% 0.95% -
XYZ 45.3 54.27 92.09 -
YUV 183.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 116 206 242 0.52 0.15 0 0.05 197.14 0.83 0.7
Hex 74 CE F2 34 F 0 5 C5 53 46
Octal 164 316 362 64 17 0 5 305 123 106
Binary 1110100 11001110 11110010 110100 1111 0 101 11000101 1010011 1000110

Color Harmonies of #74CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CEF2

Black with #74CEF2

Text Example


Text Example

White with #74CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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