#69ECF6

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

Shades of Baby Blue #69ECF6

Tints of Baby Blue #69ECF6

Color information

#69ECF6 (or 0x69ECF6) is unknown color: approx Baby Blue. HEX triplet: 69, EC and F6. RGB value is (105,236,246). Sum of RGB (Red+Green+Blue) = 105+236+246=587 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.89% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #69ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69ECF6 is #961309. Grayscale: #C5C5C5. Windows color (decimal): -9835274 or 16182377. OLE color: 16182377.

HSL color Cylindrical-coordinate representation of color #69ECF6: hue angle of 184.26º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69ECF6 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105236246-
CMYK0.570.0400.04
HSL184.26º88.68%68.82%-
HSV(B)184.26º57.32%96.47%-
XYZ52.4669.6597.87-
YUV197.97155.161.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.89%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 246 (96.48% from 255) = 41.91%
R=17.89%
G=40.20%
B=41.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052362460.570.0400.04184.2688.6868.82
Hex69ECF639404b85945
Octal15135436671404270131105
Binary1101001111011001111011011100110001001011100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69ECF6; }

 p { color: rgb(105,236,246); }

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

<style>
 a { background-color: #69ECF6; }

 a { background-color: rgb(105,236,246); }

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

<style>
 span { border-color: #69ECF6; }

 span { border-color: rgb(105,236,246); }

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