Html Css Color HEX #42EDFE Baby Blue

📋 copy color: '#42EDFE'

red 66 ◦ green 237 ◦ blue 254

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

Shades of Baby Blue #42EDFE

Tints of Baby Blue #42EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.55%

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

R = 11.85%
G = 42.55%
B = 45.6%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#42EDFE (or 0x42EDFE) is known color: Baby Blue. HEX triplet: 42, ED and FE. RGB value is (66,237,254). Sum of RGB (Red+Green+Blue) = 66+237+254=557 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.85% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #42EDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDFE is #BD1201. Grayscale: #BBBBBB. Windows color (decimal): -12390914 or 16706882. OLE color: 16706882.

HSL color Cylindrical-coordinate representation of color #42EDFE: hue angle of 185.43º 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 #42EDFE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 237 254 -
CMYK 0.74 0.07 0 0.00
HSL 185.43º 0.99% 0.63% -
HSV(B) 185.43º 0.74% 1% -
XYZ 50.42 68.88 104.4 -
YUV 187.81 165.35 41.12 -
System Red Green Blue C M Y K H S L
Decimal 66 237 254 0.74 0.07 0 0.00 185.43 0.99 0.63
Hex 42 ED FE 4A 7 0 0 B9 63 3F
Octal 102 355 376 112 7 0 0 271 143 77
Binary 1000010 11101101 11111110 1001010 111 0 0 10111001 1100011 111111

Color Harmonies of #42EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDFE

Black with #42EDFE

Text Example


Text Example

White with #42EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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