Html Css Color HEX #42EFFC Baby Blue

📋 copy color: '#42EFFC'

red 66 ◦ green 239 ◦ blue 252

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

Shades of Baby Blue #42EFFC

Tints of Baby Blue #42EFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.91%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 11.85%
G = 42.91%
B = 45.24%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42EFFC (or 0x42EFFC) is known color: Baby Blue. HEX triplet: 42, EF and FC. RGB value is (66,239,252). Sum of RGB (Red+Green+Blue) = 66+239+252=557 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.85% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #42EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EFFC is #BD1003. Grayscale: #BCBCBC. Windows color (decimal): -12390404 or 16576322. OLE color: 16576322.

HSL color Cylindrical-coordinate representation of color #42EFFC: hue angle of 184.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42EFFC is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 239 252 -
CMYK 0.74 0.05 0 0.01
HSL 184.19º 0.97% 0.62% -
HSV(B) 184.19º 0.74% 0.99% -
XYZ 50.68 69.92 102.92 -
YUV 188.76 163.69 40.44 -
System Red Green Blue C M Y K H S L
Decimal 66 239 252 0.74 0.05 0 0.01 184.19 0.97 0.62
Hex 42 EF FC 4A 5 0 1 B8 61 3E
Octal 102 357 374 112 5 0 1 270 141 76
Binary 1000010 11101111 11111100 1001010 101 0 1 10111000 1100001 111110

Color Harmonies of #42EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFFC

Black with #42EFFC

Text Example


Text Example

White with #42EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,239,252); }

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

background-color css

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

 a { background-color: rgb(66,239,252); }

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

border-color css

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

 span { border-color: rgb(66,239,252); }

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