#6BFDF3

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

Shades of Baby Blue #6BFDF3

Tints of Baby Blue #6BFDF3

Color information

#6BFDF3 (or 0x6BFDF3) is unknown color: approx Baby Blue. HEX triplet: 6B, FD and F3. RGB value is (107,253,243). Sum of RGB (Red+Green+Blue) = 107+253+243=603 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.74% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDF3 is #94020C. Grayscale: #D0D0D0. Windows color (decimal): -9699853 or 15990123. OLE color: 15990123.

HSL color Cylindrical-coordinate representation of color #6BFDF3: hue angle of 175.89º 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 #6BFDF3 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB107253243-
CMYK0.5800.040.01
HSL175.89º97.33%70.59%-
HSV(B)175.89º57.71%99.22%-
XYZ57.3779.8597.18-
YUV208.21147.6355.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.74%
GREEN value IS 253 (99.22% from 255) = 41.96%
BLUE value IS 243 (95.31% from 255) = 40.30%
R=17.74%
G=41.96%
B=40.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072532430.5800.040.01175.8997.3370.59
Hex6BFDF33A041b06147
Octal15337536372041260141107
Binary11010111111110111110011111010010011011000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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