#69FAF0

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

Shades of Baby Blue #69FAF0

Tints of Baby Blue #69FAF0

Color information

#69FAF0 (or 0x69FAF0) is unknown color: approx Baby Blue. HEX triplet: 69, FA and F0. RGB value is (105,250,240). Sum of RGB (Red+Green+Blue) = 105+250+240=595 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.65% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FAF0 is #96050F. Grayscale: #CDCDCD. Windows color (decimal): -9831696 or 15792745. OLE color: 15792745.

HSL color Cylindrical-coordinate representation of color #69FAF0: hue angle of 175.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FAF0 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB105250240-
CMYK0.5800.040.02
HSL175.86º93.55%69.61%-
HSV(B)175.86º58%98.04%-
XYZ55.7477.6794.49-
YUV205.5147.4656.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.65%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=17.65%
G=42.02%
B=40.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502400.5800.040.02175.8693.5569.61
Hex69FAF03A042b05e46
Octal15137236072042260136106
Binary110100111111010111100001110100100101011000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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