#5BF4FD

Color #5BF4FD Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #5BF4FD

Tints of Baby Blue #5BF4FD

Color information

#5BF4FD (or 0x5BF4FD) is unknown color: approx Baby Blue. HEX triplet: 5B, F4 and FD. RGB value is (91,244,253). Sum of RGB (Red+Green+Blue) = 91+244+253=588 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.48% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BF4FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF4FD is #A40B02. Grayscale: #C7C7C7. Windows color (decimal): -10750723 or 16643163. OLE color: 16643163.

HSL color Cylindrical-coordinate representation of color #5BF4FD: hue angle of 183.33º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BF4FD is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91244253-
CMYK0.640.0400.01
HSL183.33º97.59%67.45%-
HSV(B)183.33º64.03%99.22%-
XYZ54.3974.02104.35-
YUV199.28158.3150.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.48%
GREEN value IS 244 (95.70% from 255) = 41.50%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=15.48%
G=41.50%
B=43.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912442530.640.0400.01183.3397.5967.45
Hex5BF4FD40401b76243
Octal133364375100401267142103
Binary101101111110100111111011000000100011011011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,244,253); }

 H1.HeaderClassName
 {
   color: #5BF4FD;
 }
 .AnyTagClassName
 {
   color: #5BF4FD;
 }
</style>
background-color css

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

 a { background-color: rgb(91,244,253); }

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

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

 span { border-color: rgb(91,244,253); }

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