#3CFCFD

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

Shades of Baby Blue #3CFCFD

Tints of Baby Blue #3CFCFD

Color information

#3CFCFD (or 0x3CFCFD) is unknown color: approx Baby Blue. HEX triplet: 3C, FC and FD. RGB value is (60,252,253). Sum of RGB (Red+Green+Blue) = 60+252+253=565 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.62% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CFCFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCFD is #C30302. Grayscale: #C2C2C2. Windows color (decimal): -12780291 or 16645180. OLE color: 16645180.

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

Color convert

RGB60252253-
CMYK0.760.0000.01
HSL180.31º97.97%61.37%-
HSV(B)180.31º76.28%99.22%-
XYZ54.477.67105.05-
YUV194.71160.8931.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 10.62%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=10.62%
G=44.60%
B=44.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal602522530.760.0000.01180.3197.9761.37
Hex3CFCFD4C001b4623d
Octal7437437511400126414275
Binary11110011111100111111011001100001101101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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