#6BF7F9

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

Shades of Baby Blue #6BF7F9

Tints of Baby Blue #6BF7F9

Color information

#6BF7F9 (or 0x6BF7F9) is unknown color: approx Baby Blue. HEX triplet: 6B, F7 and F9. RGB value is (107,247,249). Sum of RGB (Red+Green+Blue) = 107+247+249=603 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.74% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #6BF7F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF7F9 is #940806. Grayscale: #CDCDCD. Windows color (decimal): -9701383 or 16381803. OLE color: 16381803.

HSL color Cylindrical-coordinate representation of color #6BF7F9: hue angle of 180.85º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF7F9 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107247249-
CMYK0.570.0100.02
HSL180.85º92.21%69.8%-
HSV(B)180.85º57.03%97.65%-
XYZ56.4276.49101.41-
YUV205.37152.6257.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.74%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=17.74%
G=40.96%
B=41.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072472490.570.0100.02180.8592.2169.8
Hex6BF7F939102b55c46
Octal15336737171102265134106
Binary1101011111101111111100111100110101011010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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