#5BF5FD

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

Shades of Baby Blue #5BF5FD

Tints of Baby Blue #5BF5FD

Color information

#5BF5FD (or 0x5BF5FD) is unknown color: approx Baby Blue. HEX triplet: 5B, F5 and FD. RGB value is (91,245,253). Sum of RGB (Red+Green+Blue) = 91+245+253=589 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.45% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BF5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF5FD is #A40A02. Grayscale: #C7C7C7. Windows color (decimal): -10750467 or 16643419. OLE color: 16643419.

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

Color convert

RGB91245253-
CMYK0.640.0300.01
HSL182.96º97.59%67.45%-
HSV(B)182.96º64.03%99.22%-
XYZ54.774.62104.45-
YUV199.87157.9850.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.45%
GREEN value IS 245 (96.09% from 255) = 41.60%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=15.45%
G=41.60%
B=42.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912452530.640.0300.01182.9697.5967.45
Hex5BF5FD40301b76243
Octal133365375100301267142103
Binary10110111111010111111101100000011011011011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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