Html Css Color HEX #3EFAFF Baby Blue

📋 copy color: '#3EFAFF'

red 62 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #3EFAFF

Tints of Baby Blue #3EFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.09%

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

R = 10.93%
G = 44.09%
B = 44.97%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3EFAFF (or 0x3EFAFF) is known color: Baby Blue. HEX triplet: 3E, FA and FF. RGB value is (62,250,255). Sum of RGB (Red+Green+Blue) = 62+250+255=567 (75% of max value = 765). Red value is 62 (24.61% from 255 or 10.93% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFAFF is #C10500. Grayscale: #C2C2C2. Windows color (decimal): -12649729 or 16775742. OLE color: 16775742.

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

Color convert

RGB 62 250 255 -
CMYK 0.76 0.02 0 0
HSL 181.55º 1% 0.62% -
HSV(B) 181.55º 0.76% 1% -
XYZ 54.22 76.62 106.54 -
YUV 194.36 162.22 33.59 -
System Red Green Blue C M Y K H S L
Decimal 62 250 255 0.76 0.02 0 0 181.55 1 0.62
Hex 3E FA FF 4C 2 0 0 B6 64 3E
Octal 76 372 377 114 2 0 0 266 144 76
Binary 111110 11111010 11111111 1001100 10 0 0 10110110 1100100 111110

Color Harmonies of #3EFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFAFF

Black with #3EFAFF

Text Example


Text Example

White with #3EFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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