Html Css Color HEX #5FF3EF Baby Blue

📋 copy color: '#5FF3EF'

red 95 ◦ green 243 ◦ blue 239

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

Shades of Baby Blue #5FF3EF

Tints of Baby Blue #5FF3EF

RGB

 RED value IS 95 (37.5% from 255) = 16.46%

 GREEN value IS 243 (95.31% from 255) = 42.11%

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 16.46%
G = 42.11%
B = 41.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#5FF3EF (or 0x5FF3EF) is known color: Baby Blue. HEX triplet: 5F, F3 and EF. RGB value is (95,243,239). Sum of RGB (Red+Green+Blue) = 95+243+239=577 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.46% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #5FF3EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF3EF is #A00C10. Grayscale: #C6C6C6. Windows color (decimal): -10488849 or 15725407. OLE color: 15725407.

HSL color Cylindrical-coordinate representation of color #5FF3EF: hue angle of 178.38º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF3EF is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 243 239 -
CMYK 0.61 0 0.02 0.05
HSL 178.38º 0.86% 0.66% -
HSV(B) 178.38º 0.61% 0.95% -
XYZ 52.35 72.77 92.95 -
YUV 198.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 95 243 239 0.61 0 0.02 0.05 178.38 0.86 0.66
Hex 5F F3 EF 3D 0 2 5 B2 56 42
Octal 137 363 357 75 0 2 5 262 126 102
Binary 1011111 11110011 11101111 111101 0 10 101 10110010 1010110 1000010

Color Harmonies of #5FF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF3EF

Black with #5FF3EF

Text Example


Text Example

White with #5FF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FF3EF; }

 p { color: rgb(95,243,239); }

 H1.HeaderClassName
 {
   color: #5FF3EF;
 }
 .AnyTagClassName
 {
   color: #5FF3EF;
 }
</style>

background-color css

<style>
 a { background-color: #5FF3EF; }

 a { background-color: rgb(95,243,239); }

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

border-color css

<style>
 span { border-color: #5FF3EF; }

 span { border-color: rgb(95,243,239); }

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