#69CDFD

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

Shades of Maya Blue #69CDFD

Tints of Maya Blue #69CDFD

Color information

#69CDFD (or 0x69CDFD) is unknown color: approx Maya Blue. HEX triplet: 69, CD and FD. RGB value is (105,205,253). Sum of RGB (Red+Green+Blue) = 105+205+253=563 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.65% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #69CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDFD is #963202. Grayscale: #B4B4B4. Windows color (decimal): -9843203 or 16633193. OLE color: 16633193.

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

Color convert

RGB105205253-
CMYK0.580.1900.01
HSL199.46º97.37%70.2%-
HSV(B)199.46º58.5%99.22%-
XYZ45.3953.76100.91-
YUV180.57168.8774.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.65%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=18.65%
G=36.41%
B=44.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052052530.580.1900.01199.4697.3770.2
Hex69CDFD3A1301c76146
Octal151315375722301307141106
Binary1101001110011011111110111101010011011100011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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