Html Css Color HEX #5FEBFC Baby Blue

📋 copy color: '#5FEBFC'

red 95 ◦ green 235 ◦ blue 252

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

Shades of Baby Blue #5FEBFC

Tints of Baby Blue #5FEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 16.32%
G = 40.38%
B = 43.3%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FEBFC (or 0x5FEBFC) is known color: Baby Blue. HEX triplet: 5F, EB and FC. RGB value is (95,235,252). Sum of RGB (Red+Green+Blue) = 95+235+252=582 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.32% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEBFC is #A01403. Grayscale: #C2C2C2. Windows color (decimal): -10490884 or 16575327. OLE color: 16575327.

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

Color convert

RGB 95 235 252 -
CMYK 0.62 0.07 0 0.01
HSL 186.5º 0.96% 0.68% -
HSV(B) 186.5º 0.62% 0.99% -
XYZ 52 68.88 102.65 -
YUV 195.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 95 235 252 0.62 0.07 0 0.01 186.5 0.96 0.68
Hex 5F EB FC 3E 7 0 1 BA 60 44
Octal 137 353 374 76 7 0 1 272 140 104
Binary 1011111 11101011 11111100 111110 111 0 1 10111010 1100000 1000100

Color Harmonies of #5FEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBFC

Black with #5FEBFC

Text Example


Text Example

White with #5FEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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