Html Css Color HEX #5FF7E7 Baby Blue

📋 copy color: '#5FF7E7'

red 95 ◦ green 247 ◦ blue 231

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

Shades of Baby Blue #5FF7E7

Tints of Baby Blue #5FF7E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.31%

R = 16.58%
G = 43.11%
B = 40.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#5FF7E7 (or 0x5FF7E7) is known color: Baby Blue. HEX triplet: 5F, F7 and E7. RGB value is (95,247,231). Sum of RGB (Red+Green+Blue) = 95+247+231=573 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.58% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF7E7 is #A00818. Grayscale: #C7C7C7. Windows color (decimal): -10487833 or 15202143. OLE color: 15202143.

HSL color Cylindrical-coordinate representation of color #5FF7E7: hue angle of 173.68º 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 #5FF7E7 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 95 247 231 -
CMYK 0.62 0 0.06 0.03
HSL 173.68º 0.9% 0.67% -
HSV(B) 173.68º 0.62% 0.97% -
XYZ 52.4 74.72 87.26 -
YUV 199.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 95 247 231 0.62 0 0.06 0.03 173.68 0.9 0.67
Hex 5F F7 E7 3E 0 6 3 AE 5A 43
Octal 137 367 347 76 0 6 3 256 132 103
Binary 1011111 11110111 11100111 111110 0 110 11 10101110 1011010 1000011

Color Harmonies of #5FF7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF7E7

Black with #5FF7E7

Text Example


Text Example

White with #5FF7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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