#69F6EF

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

Shades of Baby Blue #69F6EF

Tints of Baby Blue #69F6EF

Color information

#69F6EF (or 0x69F6EF) is unknown color: approx Baby Blue. HEX triplet: 69, F6 and EF. RGB value is (105,246,239). Sum of RGB (Red+Green+Blue) = 105+246+239=590 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.80% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #69F6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F6EF is #960910. Grayscale: #CACACA. Windows color (decimal): -9832721 or 15726185. OLE color: 15726185.

HSL color Cylindrical-coordinate representation of color #69F6EF: hue angle of 177.02º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F6EF is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB105246239-
CMYK0.5700.030.04
HSL177.02º88.68%68.82%-
HSV(B)177.02º57.32%96.47%-
XYZ54.3675.1593.3-
YUV203.04148.2958.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.80%
GREEN value IS 246 (96.48% from 255) = 41.69%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=17.80%
G=41.69%
B=40.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052462390.5700.030.04177.0288.6868.82
Hex69F6EF39034b15945
Octal15136635771034261131105
Binary110100111110110111011111110010111001011000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,246,239); }

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

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

 a { background-color: rgb(105,246,239); }

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

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

 span { border-color: rgb(105,246,239); }

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