#3DFAFB

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

Shades of Baby Blue #3DFAFB

Tints of Baby Blue #3DFAFB

Color information

#3DFAFB (or 0x3DFAFB) is unknown color: approx Baby Blue. HEX triplet: 3D, FA and FB. RGB value is (61,250,251). Sum of RGB (Red+Green+Blue) = 61+250+251=562 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.85% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #3DFAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFAFB is #C20504. Grayscale: #C1C1C1. Windows color (decimal): -12715269 or 16513597. OLE color: 16513597.

HSL color Cylindrical-coordinate representation of color #3DFAFB: hue angle of 180.32º 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 #3DFAFB is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB61250251-
CMYK0.760.0000.02
HSL180.32º95.96%61.18%-
HSV(B)180.32º75.7%98.43%-
XYZ53.5276.33103.18-
YUV193.6160.3833.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 10.85%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=10.85%
G=44.48%
B=44.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal612502510.760.0000.02180.3295.9661.18
Hex3DFAFB4C002b4603d
Octal7537237311400226414075
Binary111101111110101111101110011000010101101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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