#6BF0F7

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

Shades of Baby Blue #6BF0F7

Tints of Baby Blue #6BF0F7

Color information

#6BF0F7 (or 0x6BF0F7) is unknown color: approx Baby Blue. HEX triplet: 6B, F0 and F7. RGB value is (107,240,247). Sum of RGB (Red+Green+Blue) = 107+240+247=594 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.01% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #6BF0F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF0F7 is #940F08. Grayscale: #C8C8C8. Windows color (decimal): -9703177 or 16248939. OLE color: 16248939.

HSL color Cylindrical-coordinate representation of color #6BF0F7: hue angle of 183º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF0F7 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB107240247-
CMYK0.570.0300.03
HSL183º89.74%69.41%-
HSV(B)183º56.68%96.86%-
XYZ54.0172.1699.08-
YUV201.03153.9460.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.01%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 247 (96.88% from 255) = 41.58%
R=18.01%
G=40.40%
B=41.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1072402470.570.0300.0318389.7469.41
Hex6BF0F739303b75a45
Octal15336036771303267132105
Binary11010111111000011110111111001110111011011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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