#69EEFF

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

Shades of Baby Blue #69EEFF

Tints of Baby Blue #69EEFF

Color information

#69EEFF (or 0x69EEFF) is unknown color: approx Baby Blue. HEX triplet: 69, EE and FF. RGB value is (105,238,255). Sum of RGB (Red+Green+Blue) = 105+238+255=598 (79% of max value = 765). Red value is 105 (41.41% from 255 or 17.56% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #69EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69EEFF is #961100. Grayscale: #C7C7C7. Windows color (decimal): -9834753 or 16772713. OLE color: 16772713.

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

Color convert

RGB105238255-
CMYK0.590.0700
HSL186.8º100%70.59%-
HSV(B)186.8º58.82%100%-
XYZ54.4571.37105.51-
YUV200.17158.9460.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.56%
GREEN value IS 238 (93.36% from 255) = 39.80%
BLUE value IS 255 (100% from 255) = 42.64%
R=17.56%
G=39.80%
B=42.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052382550.590.0700186.810070.59
Hex69EEFF3B700bb6447
Octal15135637773700273144107
Binary11010011110111011111111111011111001011101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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