#3DF9FB

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

Shades of Baby Blue #3DF9FB

Tints of Baby Blue #3DF9FB

Color information

#3DF9FB (or 0x3DF9FB) is unknown color: approx Baby Blue. HEX triplet: 3D, F9 and FB. RGB value is (61,249,251). Sum of RGB (Red+Green+Blue) = 61+249+251=561 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.87% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #3DF9FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF9FB is #C20604. Grayscale: #C0C0C0. Windows color (decimal): -12715525 or 16513341. OLE color: 16513341.

HSL color Cylindrical-coordinate representation of color #3DF9FB: hue angle of 180.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9FB is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61249251-
CMYK0.760.0100.02
HSL180.63º95.96%61.18%-
HSV(B)180.63º75.7%98.43%-
XYZ53.2175.71103.08-
YUV193.02160.7233.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 10.87%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=10.87%
G=44.39%
B=44.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal612492510.760.0100.02180.6395.9661.18
Hex3DF9FB4C102b5603d
Octal7537137311410226514075
Binary111101111110011111101110011001010101101011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DF9FB; }

 p { color: rgb(61,249,251); }

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

<style>
 a { background-color: #3DF9FB; }

 a { background-color: rgb(61,249,251); }

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

<style>
 span { border-color: #3DF9FB; }

 span { border-color: rgb(61,249,251); }

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