Html Css Color HEX #5FF6EE Baby Blue

📋 copy color: '#5FF6EE'

red 95 ◦ green 246 ◦ blue 238

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

Shades of Baby Blue #5FF6EE

Tints of Baby Blue #5FF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.49%

 BLUE value IS 238 (93.36% from 255) = 41.11%

R = 16.41%
G = 42.49%
B = 41.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#5FF6EE (or 0x5FF6EE) is known color: Baby Blue. HEX triplet: 5F, F6 and EE. RGB value is (95,246,238). Sum of RGB (Red+Green+Blue) = 95+246+238=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF6EE is #A00911. Grayscale: #C7C7C7. Windows color (decimal): -10488082 or 15660639. OLE color: 15660639.

HSL color Cylindrical-coordinate representation of color #5FF6EE: hue angle of 176.82º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF6EE is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 246 238 -
CMYK 0.61 0 0.03 0.04
HSL 176.82º 0.89% 0.67% -
HSV(B) 176.82º 0.61% 0.96% -
XYZ 53.11 74.52 92.47 -
YUV 199.94 149.47 53.15 -
System Red Green Blue C M Y K H S L
Decimal 95 246 238 0.61 0 0.03 0.04 176.82 0.89 0.67
Hex 5F F6 EE 3D 0 3 4 B1 59 43
Octal 137 366 356 75 0 3 4 261 131 103
Binary 1011111 11110110 11101110 111101 0 11 100 10110001 1011001 1000011

Color Harmonies of #5FF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF6EE

Black with #5FF6EE

Text Example


Text Example

White with #5FF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,246,238); }

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

background-color css

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

 a { background-color: rgb(95,246,238); }

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

border-color css

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

 span { border-color: rgb(95,246,238); }

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