Html Css Color HEX #42EEFE Baby Blue

📋 copy color: '#42EEFE'

red 66 ◦ green 238 ◦ blue 254

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

Shades of Baby Blue #42EEFE

Tints of Baby Blue #42EEFE

RGB

 RED value IS 66 (26.17% from 255) = 11.83%

 GREEN value IS 238 (93.36% from 255) = 42.65%

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

R = 11.83%
G = 42.65%
B = 45.52%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#42EEFE (or 0x42EEFE) is known color: Baby Blue. HEX triplet: 42, EE and FE. RGB value is (66,238,254). Sum of RGB (Red+Green+Blue) = 66+238+254=558 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.83% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #42EEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EEFE is #BD1101. Grayscale: #BCBCBC. Windows color (decimal): -12390658 or 16707138. OLE color: 16707138.

HSL color Cylindrical-coordinate representation of color #42EEFE: hue angle of 185.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42EEFE is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 238 254 -
CMYK 0.74 0.06 0 0.00
HSL 185.11º 0.99% 0.63% -
HSV(B) 185.11º 0.74% 1% -
XYZ 50.71 69.46 104.5 -
YUV 188.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 66 238 254 0.74 0.06 0 0.00 185.11 0.99 0.63
Hex 42 EE FE 4A 6 0 0 B9 63 3F
Octal 102 356 376 112 6 0 0 271 143 77
Binary 1000010 11101110 11111110 1001010 110 0 0 10111001 1100011 111111

Color Harmonies of #42EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEFE

Black with #42EEFE

Text Example


Text Example

White with #42EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42EEFE; }

 p { color: rgb(66,238,254); }

 H1.HeaderClassName
 {
   color: #42EEFE;
 }
 .AnyTagClassName
 {
   color: #42EEFE;
 }
</style>

background-color css

<style>
 a { background-color: #42EEFE; }

 a { background-color: rgb(66,238,254); }

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

border-color css

<style>
 span { border-color: #42EEFE; }

 span { border-color: rgb(66,238,254); }

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