#6BF5F1

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

Shades of Baby Blue #6BF5F1

Tints of Baby Blue #6BF5F1

Color information

#6BF5F1 (or 0x6BF5F1) is unknown color: approx Baby Blue. HEX triplet: 6B, F5 and F1. RGB value is (107,245,241). Sum of RGB (Red+Green+Blue) = 107+245+241=593 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.04% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF5F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF5F1 is #940A0E. Grayscale: #CBCBCB. Windows color (decimal): -9701903 or 15857003. OLE color: 15857003.

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

Color convert

RGB107245241-
CMYK0.5600.020.04
HSL178.26º87.34%69.02%-
HSV(B)178.26º56.33%96.08%-
XYZ54.5974.7894.78-
YUV203.28149.2859.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.04%
GREEN value IS 245 (96.09% from 255) = 41.32%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=18.04%
G=41.32%
B=40.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072452410.5600.020.04178.2687.3469.02
Hex6BF5F138024b25745
Octal15336536170024262127105
Binary110101111110101111100011110000101001011001010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,245,241); }

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

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

 a { background-color: rgb(107,245,241); }

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

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

 span { border-color: rgb(107,245,241); }

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