#6BFDFC

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

Shades of Baby Blue #6BFDFC

Tints of Baby Blue #6BFDFC

Color information

#6BFDFC (or 0x6BFDFC) is unknown color: approx Baby Blue. HEX triplet: 6B, FD and FC. RGB value is (107,253,252). Sum of RGB (Red+Green+Blue) = 107+253+252=612 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.48% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDFC is #940203. Grayscale: #D1D1D1. Windows color (decimal): -9699844 or 16579947. OLE color: 16579947.

HSL color Cylindrical-coordinate representation of color #6BFDFC: hue angle of 179.59º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDFC is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB107253252-
CMYK0.5800.000.01
HSL179.59º97.33%70.59%-
HSV(B)179.59º57.71%99.22%-
XYZ58.7680.4104.52-
YUV209.23152.1355.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.48%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=17.48%
G=41.34%
B=41.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072532520.5800.000.01179.5997.3370.59
Hex6BFDFC3A001b46147
Octal15337537472001264141107
Binary110101111111101111111001110100011011010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BFDFC; }

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

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

<style>
 a { background-color: #6BFDFC; }

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

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

<style>
 span { border-color: #6BFDFC; }

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

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