#69EDFD

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

Shades of Baby Blue #69EDFD

Tints of Baby Blue #69EDFD

Color information

#69EDFD (or 0x69EDFD) is unknown color: approx Baby Blue. HEX triplet: 69, ED and FD. RGB value is (105,237,253). Sum of RGB (Red+Green+Blue) = 105+237+253=595 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.65% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #69EDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69EDFD is #961202. Grayscale: #C7C7C7. Windows color (decimal): -9835011 or 16641385. OLE color: 16641385.

HSL color Cylindrical-coordinate representation of color #69EDFD: hue angle of 186.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69EDFD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105237253-
CMYK0.580.0600.01
HSL186.49º97.37%70.2%-
HSV(B)186.49º58.5%99.22%-
XYZ53.8470.66103.73-
YUV199.36158.2760.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.65%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=17.65%
G=39.83%
B=42.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052372530.580.0600.01186.4997.3770.2
Hex69EDFD3A601ba6146
Octal15135537572601272141106
Binary11010011110110111111101111010110011011101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,237,253); }

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

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

 a { background-color: rgb(105,237,253); }

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

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

 span { border-color: rgb(105,237,253); }

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