Html Css Color HEX #5FF7EE Baby Blue

📋 copy color: '#5FF7EE'

red 95 ◦ green 247 ◦ blue 238

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

Shades of Baby Blue #5FF7EE

Tints of Baby Blue #5FF7EE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.59%

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

R = 16.38%
G = 42.59%
B = 41.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#5FF7EE (or 0x5FF7EE) is known color: Baby Blue. HEX triplet: 5F, F7 and EE. RGB value is (95,247,238). Sum of RGB (Red+Green+Blue) = 95+247+238=580 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.38% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF7EE is #A00811. Grayscale: #C8C8C8. Windows color (decimal): -10487826 or 15660895. OLE color: 15660895.

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

Color convert

RGB 95 247 238 -
CMYK 0.62 0 0.04 0.03
HSL 176.45º 0.9% 0.67% -
HSV(B) 176.45º 0.62% 0.97% -
XYZ 53.41 75.13 92.57 -
YUV 200.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 95 247 238 0.62 0 0.04 0.03 176.45 0.9 0.67
Hex 5F F7 EE 3E 0 4 3 B0 5A 43
Octal 137 367 356 76 0 4 3 260 132 103
Binary 1011111 11110111 11101110 111110 0 100 11 10110000 1011010 1000011

Color Harmonies of #5FF7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF7EE

Black with #5FF7EE

Text Example


Text Example

White with #5FF7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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