#6BF0F1

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

Shades of Baby Blue #6BF0F1

Tints of Baby Blue #6BF0F1

Color information

#6BF0F1 (or 0x6BF0F1) is unknown color: approx Baby Blue. HEX triplet: 6B, F0 and F1. RGB value is (107,240,241). Sum of RGB (Red+Green+Blue) = 107+240+241=588 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.20% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BF0F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF0F1 is #940F0E. Grayscale: #C8C8C8. Windows color (decimal): -9703183 or 15855723. OLE color: 15855723.

HSL color Cylindrical-coordinate representation of color #6BF0F1: hue angle of 180.45º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF0F1 is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB107240241-
CMYK0.560.0000.05
HSL180.45º82.72%68.24%-
HSV(B)180.45º55.6%94.51%-
XYZ53.171.894.28-
YUV200.35150.9461.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.20%
GREEN value IS 240 (94.14% from 255) = 40.82%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=18.20%
G=40.82%
B=40.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072402410.560.0000.05180.4582.7268.24
Hex6BF0F138005b45344
Octal15336036170005264123104
Binary11010111111000011110001111000001011011010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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