#69D4FD

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

Shades of Maya Blue #69D4FD

Tints of Maya Blue #69D4FD

Color information

#69D4FD (or 0x69D4FD) is unknown color: approx Maya Blue. HEX triplet: 69, D4 and FD. RGB value is (105,212,253). Sum of RGB (Red+Green+Blue) = 105+212+253=570 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.42% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #69D4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D4FD is #962B02. Grayscale: #B8B8B8. Windows color (decimal): -9841411 or 16634985. OLE color: 16634985.

HSL color Cylindrical-coordinate representation of color #69D4FD: hue angle of 196.62º 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 #69D4FD is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105212253-
CMYK0.580.1600.01
HSL196.62º97.37%70.2%-
HSV(B)196.62º58.5%99.22%-
XYZ47.157.18101.48-
YUV184.68166.5571.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.42%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=18.42%
G=37.19%
B=44.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052122530.580.1600.01196.6297.3770.2
Hex69D4FD3A1001c56146
Octal151324375722001305141106
Binary1101001110101001111110111101010000011100010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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