#6BF6F2

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

Shades of Baby Blue #6BF6F2

Tints of Baby Blue #6BF6F2

Color information

#6BF6F2 (or 0x6BF6F2) is unknown color: approx Baby Blue. HEX triplet: 6B, F6 and F2. RGB value is (107,246,242). Sum of RGB (Red+Green+Blue) = 107+246+242=595 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.98% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #6BF6F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF6F2 is #94090D. Grayscale: #CBCBCB. Windows color (decimal): -9701646 or 15922795. OLE color: 15922795.

HSL color Cylindrical-coordinate representation of color #6BF6F2: hue angle of 178.27º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF6F2 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB107246242-
CMYK0.5700.020.04
HSL178.27º88.54%69.22%-
HSV(B)178.27º56.5%96.47%-
XYZ55.0575.4595.67-
YUV203.98149.4558.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.98%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=17.98%
G=41.34%
B=40.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072462420.5700.020.04178.2788.5469.22
Hex6BF6F239024b25945
Octal15336636271024262131105
Binary110101111110110111100101110010101001011001010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,246,242); }

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

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

 a { background-color: rgb(107,246,242); }

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

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

 span { border-color: rgb(107,246,242); }

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