Html Css Color HEX #5FECFA Baby Blue

📋 copy color: '#5FECFA'

red 95 ◦ green 236 ◦ blue 250

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

Shades of Baby Blue #5FECFA

Tints of Baby Blue #5FECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 16.35%
G = 40.62%
B = 43.03%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FECFA (or 0x5FECFA) is known color: Baby Blue. HEX triplet: 5F, EC and FA. RGB value is (95,236,250). Sum of RGB (Red+Green+Blue) = 95+236+250=581 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.35% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECFA is #A01305. Grayscale: #C3C3C3. Windows color (decimal): -10490630 or 16444511. OLE color: 16444511.

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

Color convert

RGB 95 236 250 -
CMYK 0.62 0.06 0 0.02
HSL 185.42º 0.94% 0.68% -
HSV(B) 185.42º 0.62% 0.98% -
XYZ 51.97 69.33 101.08 -
YUV 195.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 95 236 250 0.62 0.06 0 0.02 185.42 0.94 0.68
Hex 5F EC FA 3E 6 0 2 B9 5E 44
Octal 137 354 372 76 6 0 2 271 136 104
Binary 1011111 11101100 11111010 111110 110 0 10 10111001 1011110 1000100

Color Harmonies of #5FECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECFA

Black with #5FECFA

Text Example


Text Example

White with #5FECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,236,250); }

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

background-color css

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

 a { background-color: rgb(95,236,250); }

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

border-color css

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

 span { border-color: rgb(95,236,250); }

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