#69F6EB

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

Shades of Baby Blue #69F6EB

Tints of Baby Blue #69F6EB

Color information

#69F6EB (or 0x69F6EB) is unknown color: approx Baby Blue. HEX triplet: 69, F6 and EB. RGB value is (105,246,235). Sum of RGB (Red+Green+Blue) = 105+246+235=586 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.92% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #69F6EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F6EB is #960914. Grayscale: #CACACA. Windows color (decimal): -9832725 or 15464041. OLE color: 15464041.

HSL color Cylindrical-coordinate representation of color #69F6EB: hue angle of 175.32º 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 #69F6EB is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB105246235-
CMYK0.5700.040.04
HSL175.32º88.68%68.82%-
HSV(B)175.32º57.32%96.47%-
XYZ53.7874.9190.22-
YUV202.59146.2958.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.92%
GREEN value IS 246 (96.48% from 255) = 41.98%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=17.92%
G=41.98%
B=40.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052462350.5700.040.04175.3288.6868.82
Hex69F6EB39044af5945
Octal15136635371044257131105
Binary1101001111101101110101111100101001001010111110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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