#69FFEE

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

Shades of Baby Blue #69FFEE

Tints of Baby Blue #69FFEE

Color information

#69FFEE (or 0x69FFEE) is unknown color: approx Baby Blue. HEX triplet: 69, FF and EE. RGB value is (105,255,238). Sum of RGB (Red+Green+Blue) = 105+255+238=598 (79% of max value = 765). Red value is 105 (41.41% from 255 or 17.56% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FFEE is #960011. Grayscale: #D0D0D0. Windows color (decimal): -9830418 or 15662953. OLE color: 15662953.

HSL color Cylindrical-coordinate representation of color #69FFEE: hue angle of 173.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFEE is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB105255238-
CMYK0.5900.070
HSL173.2º100%70.59%-
HSV(B)173.2º58.82%100%-
XYZ57.0280.793.46-
YUV208.21144.854.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.56%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=17.56%
G=42.64%
B=39.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052552380.5900.070173.210070.59
Hex69FFEE3B070ad6447
Octal15137735673070255144107
Binary11010011111111111101110111011011101010110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,255,238); }

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

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

 a { background-color: rgb(105,255,238); }

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

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

 span { border-color: rgb(105,255,238); }

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