#6BEEFA

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

Shades of Baby Blue #6BEEFA

Tints of Baby Blue #6BEEFA

Color information

#6BEEFA (or 0x6BEEFA) is unknown color: approx Baby Blue. HEX triplet: 6B, EE and FA. RGB value is (107,238,250). Sum of RGB (Red+Green+Blue) = 107+238+250=595 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.98% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BEEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEFA is #941105. Grayscale: #C8C8C8. Windows color (decimal): -9703686 or 16445035. OLE color: 16445035.

HSL color Cylindrical-coordinate representation of color #6BEEFA: hue angle of 185.03º degrees, saturation: 0.93, 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 #6BEEFA is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107238250-
CMYK0.570.0500.02
HSL185.03º93.46%70%-
HSV(B)185.03º57.2%98.04%-
XYZ53.8971.18101.34-
YUV200.2156.161.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.98%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=17.98%
G=40%
B=42.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072382500.570.0500.02185.0393.4670
Hex6BEEFA39502b95d46
Octal15335637271502271135106
Binary110101111101110111110101110011010101011100110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,238,250); }

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

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

 a { background-color: rgb(107,238,250); }

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

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

 span { border-color: rgb(107,238,250); }

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