Html Css Color HEX #74CBFE Maya Blue

📋 copy color: '#74CBFE'

red 116 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #74CBFE

Tints of Maya Blue #74CBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.43%

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

R = 20.24%
G = 35.43%
B = 44.33%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74CBFE (or 0x74CBFE) is known color: Maya Blue. HEX triplet: 74, CB and FE. RGB value is (116,203,254). Sum of RGB (Red+Green+Blue) = 116+203+254=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #74CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CBFE is #8B3401. Grayscale: #B6B6B6. Windows color (decimal): -9122818 or 16698228. OLE color: 16698228.

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

Color convert

RGB 116 203 254 -
CMYK 0.54 0.20 0 0.00
HSL 202.17º 0.99% 0.73% -
HSV(B) 202.17º 0.54% 1% -
XYZ 46.45 53.58 101.66 -
YUV 182.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 116 203 254 0.54 0.20 0 0.00 202.17 0.99 0.73
Hex 74 CB FE 36 14 0 0 CA 63 49
Octal 164 313 376 66 24 0 0 312 143 111
Binary 1110100 11001011 11111110 110110 10100 0 0 11001010 1100011 1001001

Color Harmonies of #74CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBFE

Black with #74CBFE

Text Example


Text Example

White with #74CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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