#69FFE7

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

Shades of Baby Blue #69FFE7

Tints of Baby Blue #69FFE7

Color information

#69FFE7 (or 0x69FFE7) is unknown color: approx Baby Blue. HEX triplet: 69, FF and E7. RGB value is (105,255,231). Sum of RGB (Red+Green+Blue) = 105+255+231=591 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.77% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FFE7 is #960018. Grayscale: #CFCFCF. Windows color (decimal): -9830425 or 15204201. OLE color: 15204201.

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

Color convert

RGB105255231-
CMYK0.5900.090
HSL170.4º100%70.59%-
HSV(B)170.4º58.82%100%-
XYZ56.0180.2988.15-
YUV207.41141.354.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.77%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=17.77%
G=43.15%
B=39.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052552310.5900.090170.410070.59
Hex69FFE73B090aa6447
Octal151377347730110252144107
Binary110100111111111111001111110110100101010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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