Html Css Color HEX #5FFCEE Baby Blue

📋 copy color: '#5FFCEE'

red 95 ◦ green 252 ◦ blue 238

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

Shades of Baby Blue #5FFCEE

Tints of Baby Blue #5FFCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.08%

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

R = 16.24%
G = 43.08%
B = 40.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#5FFCEE (or 0x5FFCEE) is known color: Baby Blue. HEX triplet: 5F, FC and EE. RGB value is (95,252,238). Sum of RGB (Red+Green+Blue) = 95+252+238=585 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.24% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCEE is #A00311. Grayscale: #CBCBCB. Windows color (decimal): -10486546 or 15662175. OLE color: 15662175.

HSL color Cylindrical-coordinate representation of color #5FFCEE: hue angle of 174.65º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCEE is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 252 238 -
CMYK 0.62 0 0.06 0.01
HSL 174.65º 0.96% 0.68% -
HSV(B) 174.65º 0.62% 0.99% -
XYZ 54.96 78.23 93.09 -
YUV 203.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 95 252 238 0.62 0 0.06 0.01 174.65 0.96 0.68
Hex 5F FC EE 3E 0 6 1 AF 60 44
Octal 137 374 356 76 0 6 1 257 140 104
Binary 1011111 11111100 11101110 111110 0 110 1 10101111 1100000 1000100

Color Harmonies of #5FFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFCEE

Black with #5FFCEE

Text Example


Text Example

White with #5FFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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