Html Css Color HEX #3EF2FF Baby Blue

📋 copy color: '#3EF2FF'

red 62 ◦ green 242 ◦ blue 255

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

Shades of Baby Blue #3EF2FF

Tints of Baby Blue #3EF2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.29%

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

R = 11.09%
G = 43.29%
B = 45.62%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3EF2FF (or 0x3EF2FF) is known color: Baby Blue. HEX triplet: 3E, F2 and FF. RGB value is (62,242,255). Sum of RGB (Red+Green+Blue) = 62+242+255=559 (74% of max value = 765). Red value is 62 (24.61% from 255 or 11.09% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EF2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF2FF is #C10D00. Grayscale: #BDBDBD. Windows color (decimal): -12651777 or 16773694. OLE color: 16773694.

HSL color Cylindrical-coordinate representation of color #3EF2FF: hue angle of 184.04º 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 #3EF2FF is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 62 242 255 -
CMYK 0.76 0.05 0 0
HSL 184.04º 1% 0.62% -
HSV(B) 184.04º 0.76% 1% -
XYZ 51.79 71.75 105.73 -
YUV 189.66 164.87 36.94 -
System Red Green Blue C M Y K H S L
Decimal 62 242 255 0.76 0.05 0 0 184.04 1 0.62
Hex 3E F2 FF 4C 5 0 0 B8 64 3E
Octal 76 362 377 114 5 0 0 270 144 76
Binary 111110 11110010 11111111 1001100 101 0 0 10111000 1100100 111110

Color Harmonies of #3EF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF2FF

Black with #3EF2FF

Text Example


Text Example

White with #3EF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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