#3cf4ff

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

Shades of Baby Blue #3CF4FF

Tints of Baby Blue #3CF4FF

Color information

#3CF4FF (or 0x3CF4FF) is unknown color: approx Baby Blue. HEX triplet: 3C, F4 and FF. RGB value is (60,244,255). Sum of RGB (Red+Green+Blue) = 60+244+255=559 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.73% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CF4FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF4FF is #C30B00. Grayscale: #BEBEBE. Windows color (decimal): -12782337 or 16774204. OLE color: 16774204.

HSL color Cylindrical-coordinate representation of color #3CF4FF: hue angle of 183.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF4FF is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB60244255-
CMYK0.760.0400
HSL183.38º100%61.76%-
HSV(B)183.38º76.47%100%-
XYZ52.2672.88105.92-
YUV190.24164.5435.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 10.73%
GREEN value IS 244 (95.70% from 255) = 43.65%
BLUE value IS 255 (100% from 255) = 45.62%
R=10.73%
G=43.65%
B=45.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602442550.760.0400183.3810061.76
Hex3CF4FF4C400b7643e
Octal7436437711440026714476
Binary1111001111010011111111100110010000101101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cf4ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,244,255); }

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

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

 a { background-color: rgb(60,244,255); }

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

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

 span { border-color: rgb(60,244,255); }

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