Html Css Color HEX #74CEFE Maya Blue

📋 copy color: '#74CEFE'

red 116 ◦ green 206 ◦ blue 254

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

Shades of Maya Blue #74CEFE

Tints of Maya Blue #74CEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 20.14%
G = 35.76%
B = 44.1%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74CEFE (or 0x74CEFE) is known color: Maya Blue. HEX triplet: 74, CE and FE. RGB value is (116,206,254). Sum of RGB (Red+Green+Blue) = 116+206+254=576 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.14% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #74CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CEFE is #8B3101. Grayscale: #B8B8B8. Windows color (decimal): -9122050 or 16698996. OLE color: 16698996.

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

Color convert

RGB 116 206 254 -
CMYK 0.54 0.19 0 0.00
HSL 200.87º 0.99% 0.73% -
HSV(B) 200.87º 0.54% 1% -
XYZ 47.16 55.01 101.9 -
YUV 184.56 167.18 79.1 -
System Red Green Blue C M Y K H S L
Decimal 116 206 254 0.54 0.19 0 0.00 200.87 0.99 0.73
Hex 74 CE FE 36 13 0 0 C9 63 49
Octal 164 316 376 66 23 0 0 311 143 111
Binary 1110100 11001110 11111110 110110 10011 0 0 11001001 1100011 1001001

Color Harmonies of #74CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CEFE

Black with #74CEFE

Text Example


Text Example

White with #74CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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