#69EAFB

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

Shades of Baby Blue #69EAFB

Tints of Baby Blue #69EAFB

Color information

#69EAFB (or 0x69EAFB) is unknown color: approx Baby Blue. HEX triplet: 69, EA and FB. RGB value is (105,234,251). Sum of RGB (Red+Green+Blue) = 105+234+251=590 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.80% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #69EAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69EAFB is #961504. Grayscale: #C5C5C5. Windows color (decimal): -9835781 or 16509545. OLE color: 16509545.

HSL color Cylindrical-coordinate representation of color #69EAFB: hue angle of 186.99º degrees, saturation: 0.95, 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 #69EAFB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105234251-
CMYK0.580.0700.02
HSL186.99º94.81%69.8%-
HSV(B)186.99º58.17%98.43%-
XYZ52.6668.81101.77-
YUV197.37158.2662.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.80%
GREEN value IS 234 (91.80% from 255) = 39.66%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=17.80%
G=39.66%
B=42.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052342510.580.0700.02186.9994.8169.8
Hex69EAFB3A702bb5f46
Octal15135237372702273137106
Binary110100111101010111110111110101110101011101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,234,251); }

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

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

 a { background-color: rgb(105,234,251); }

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

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

 span { border-color: rgb(105,234,251); }

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