#3CF9FD

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

Shades of Baby Blue #3CF9FD

Tints of Baby Blue #3CF9FD

Color information

#3CF9FD (or 0x3CF9FD) is unknown color: approx Baby Blue. HEX triplet: 3C, F9 and FD. RGB value is (60,249,253). Sum of RGB (Red+Green+Blue) = 60+249+253=562 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.68% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CF9FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF9FD is #C30602. Grayscale: #C0C0C0. Windows color (decimal): -12781059 or 16644412. OLE color: 16644412.

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

Color convert

RGB60249253-
CMYK0.760.0200.01
HSL181.24º97.97%61.37%-
HSV(B)181.24º76.28%99.22%-
XYZ53.4775.8104.74-
YUV192.94161.8833.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 10.68%
GREEN value IS 249 (97.66% from 255) = 44.31%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=10.68%
G=44.31%
B=45.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal602492530.760.0200.01181.2497.9761.37
Hex3CF9FD4C201b5623d
Octal7437137511420126514275
Binary111100111110011111110110011001001101101011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,249,253); }

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

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

 a { background-color: rgb(60,249,253); }

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

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

 span { border-color: rgb(60,249,253); }

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