#69FDEB

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

Shades of Baby Blue #69FDEB

Tints of Baby Blue #69FDEB

Color information

#69FDEB (or 0x69FDEB) is unknown color: approx Baby Blue. HEX triplet: 69, FD and EB. RGB value is (105,253,235). Sum of RGB (Red+Green+Blue) = 105+253+235=593 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.71% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FDEB is #960214. Grayscale: #CECECE. Windows color (decimal): -9830933 or 15465833. OLE color: 15465833.

HSL color Cylindrical-coordinate representation of color #69FDEB: hue angle of 172.7º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FDEB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB105253235-
CMYK0.5800.070.01
HSL172.7º97.37%70.2%-
HSV(B)172.7º58.5%99.22%-
XYZ55.9579.2590.95-
YUV206.7143.9755.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.71%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=17.71%
G=42.66%
B=39.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052532350.5800.070.01172.797.3770.2
Hex69FDEB3A071ad6146
Octal15137535372071255141106
Binary11010011111110111101011111010011111010110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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