#69CDF7

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

Shades of Maya Blue #69CDF7

Tints of Maya Blue #69CDF7

Color information

#69CDF7 (or 0x69CDF7) is unknown color: approx Maya Blue. HEX triplet: 69, CD and F7. RGB value is (105,205,247). Sum of RGB (Red+Green+Blue) = 105+205+247=557 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.85% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #69CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDF7 is #963208. Grayscale: #B3B3B3. Windows color (decimal): -9843209 or 16239977. OLE color: 16239977.

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

Color convert

RGB105205247-
CMYK0.570.1700.03
HSL197.75º89.87%69.02%-
HSV(B)197.75º57.49%96.86%-
XYZ44.4553.3895.96-
YUV179.89165.8774.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.85%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=18.85%
G=36.80%
B=44.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1052052470.570.1700.03197.7589.8769.02
Hex69CDF7391103c65a45
Octal151315367712103306132105
Binary11010011100110111110111111001100010111100011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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