Html Css Color HEX #42EDFF Baby Blue

📋 copy color: '#42EDFF'

red 66 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #42EDFF

Tints of Baby Blue #42EDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.7%

R = 11.83%
G = 42.47%
B = 45.7%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42EDFF (or 0x42EDFF) is known color: Baby Blue. HEX triplet: 42, ED and FF. RGB value is (66,237,255). Sum of RGB (Red+Green+Blue) = 66+237+255=558 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.83% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #42EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EDFF is #BD1200. Grayscale: #BBBBBB. Windows color (decimal): -12390913 or 16772418. OLE color: 16772418.

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

Color convert

RGB 66 237 255 -
CMYK 0.74 0.07 0 0
HSL 185.71º 1% 0.63% -
HSV(B) 185.71º 0.74% 1% -
XYZ 50.58 68.95 105.25 -
YUV 187.92 165.85 41.04 -
System Red Green Blue C M Y K H S L
Decimal 66 237 255 0.74 0.07 0 0 185.71 1 0.63
Hex 42 ED FF 4A 7 0 0 BA 64 3F
Octal 102 355 377 112 7 0 0 272 144 77
Binary 1000010 11101101 11111111 1001010 111 0 0 10111010 1100100 111111

Color Harmonies of #42EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDFF

Black with #42EDFF

Text Example


Text Example

White with #42EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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