#69FAFF

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

Shades of Baby Blue #69FAFF

Tints of Baby Blue #69FAFF

Color information

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

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

Color convert

RGB105250255-
CMYK0.590.0200
HSL182º100%70.59%-
HSV(B)182º58.82%100%-
XYZ58.0678.59106.72-
YUV207.22154.9655.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052502550.590.020018210070.59
Hex69FAFF3B200b66447
Octal15137237773200266144107
Binary1101001111110101111111111101110001011011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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