Html Css Color HEX #3EFEFF Baby Blue

📋 copy color: '#3EFEFF'

red 62 ◦ green 254 ◦ blue 255

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

Shades of Baby Blue #3EFEFF

Tints of Baby Blue #3EFEFF

RGB

 RED value IS 62 (24.61% from 255) = 10.86%

 GREEN value IS 254 (99.61% from 255) = 44.48%

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

R = 10.86%
G = 44.48%
B = 44.66%

CMYK

 C value IS 0.76

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3EFEFF (or 0x3EFEFF) is known color: Baby Blue. HEX triplet: 3E, FE and FF. RGB value is (62,254,255). Sum of RGB (Red+Green+Blue) = 62+254+255=571 (75% of max value = 765). Red value is 62 (24.61% from 255 or 10.86% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EFEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFEFF is #C10100. Grayscale: #C4C4C4. Windows color (decimal): -12648705 or 16776766. OLE color: 16776766.

HSL color Cylindrical-coordinate representation of color #3EFEFF: hue angle of 180.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEFF is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 62 254 255 -
CMYK 0.76 0.00 0 0
HSL 180.31º 1% 0.62% -
HSV(B) 180.31º 0.76% 1% -
XYZ 55.48 79.13 106.96 -
YUV 196.71 160.89 31.92 -
System Red Green Blue C M Y K H S L
Decimal 62 254 255 0.76 0.00 0 0 180.31 1 0.62
Hex 3E FE FF 4C 0 0 0 B4 64 3E
Octal 76 376 377 114 0 0 0 264 144 76
Binary 111110 11111110 11111111 1001100 0 0 0 10110100 1100100 111110

Color Harmonies of #3EFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFEFF

Black with #3EFEFF

Text Example


Text Example

White with #3EFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EFEFF; }

 p { color: rgb(62,254,255); }

 H1.HeaderClassName
 {
   color: #3EFEFF;
 }
 .AnyTagClassName
 {
   color: #3EFEFF;
 }
</style>

background-color css

<style>
 a { background-color: #3EFEFF; }

 a { background-color: rgb(62,254,255); }

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

border-color css

<style>
 span { border-color: #3EFEFF; }

 span { border-color: rgb(62,254,255); }

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