#69CEF9

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

Shades of Maya Blue #69CEF9

Tints of Maya Blue #69CEF9

Color information

#69CEF9 (or 0x69CEF9) is unknown color: approx Maya Blue. HEX triplet: 69, CE and F9. RGB value is (105,206,249). Sum of RGB (Red+Green+Blue) = 105+206+249=560 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.75% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #69CEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CEF9 is #963106. Grayscale: #B4B4B4. Windows color (decimal): -9842951 or 16371305. OLE color: 16371305.

HSL color Cylindrical-coordinate representation of color #69CEF9: hue angle of 197.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69CEF9 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105206249-
CMYK0.580.1700.02
HSL197.92º92.31%69.41%-
HSV(B)197.92º57.83%97.65%-
XYZ4553.9997.67-
YUV180.7166.5474-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.75%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=18.75%
G=36.79%
B=44.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052062490.580.1700.02197.9292.3169.41
Hex69CEF93A1102c65c45
Octal151316371722102306134105
Binary11010011100111011111001111010100010101100011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,206,249); }

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

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

 a { background-color: rgb(105,206,249); }

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

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

 span { border-color: rgb(105,206,249); }

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