#69FFFA

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

Shades of Baby Blue #69FFFA

Tints of Baby Blue #69FFFA

Color information

#69FFFA (or 0x69FFFA) is unknown color: approx Baby Blue. HEX triplet: 69, FF and FA. RGB value is (105,255,250). Sum of RGB (Red+Green+Blue) = 105+255+250=610 (80% of max value = 765). Red value is 105 (41.41% from 255 or 17.21% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FFFA is #960005. Grayscale: #D1D1D1. Windows color (decimal): -9830406 or 16449385. OLE color: 16449385.

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

Color convert

RGB105255250-
CMYK0.5900.020
HSL178º100%70.59%-
HSV(B)178º58.82%100%-
XYZ58.8481.43103.06-
YUV209.58150.853.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.21%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=17.21%
G=41.80%
B=40.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052552500.5900.02017810070.59
Hex69FFFA3B020b26447
Octal15137737273020262144107
Binary1101001111111111111101011101101001011001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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