Html Css Color HEX #42EAFF Baby Blue

📋 copy color: '#42EAFF'

red 66 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #42EAFF

Tints of Baby Blue #42EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

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

R = 11.89%
G = 42.16%
B = 45.95%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42EAFF (or 0x42EAFF) is known color: Baby Blue. HEX triplet: 42, EA and FF. RGB value is (66,234,255). Sum of RGB (Red+Green+Blue) = 66+234+255=555 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.89% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #42EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EAFF is #BD1500. Grayscale: #B9B9B9. Windows color (decimal): -12391681 or 16771650. OLE color: 16771650.

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

Color convert

RGB 66 234 255 -
CMYK 0.74 0.08 0 0
HSL 186.67º 1% 0.63% -
HSV(B) 186.67º 0.74% 1% -
XYZ 49.72 67.22 104.96 -
YUV 186.16 166.84 42.29 -
System Red Green Blue C M Y K H S L
Decimal 66 234 255 0.74 0.08 0 0 186.67 1 0.63
Hex 42 EA FF 4A 8 0 0 BB 64 3F
Octal 102 352 377 112 10 0 0 273 144 77
Binary 1000010 11101010 11111111 1001010 1000 0 0 10111011 1100100 111111

Color Harmonies of #42EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EAFF

Black with #42EAFF

Text Example


Text Example

White with #42EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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