#69B8F9

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

Shades of Maya Blue #69B8F9

Tints of Maya Blue #69B8F9

Color information

#69B8F9 (or 0x69B8F9) is unknown color: approx Maya Blue. HEX triplet: 69, B8 and F9. RGB value is (105,184,249). Sum of RGB (Red+Green+Blue) = 105+184+249=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #69B8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B8F9 is #964706. Grayscale: #A7A7A7. Windows color (decimal): -9848583 or 16365673. OLE color: 16365673.

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

Color convert

RGB105184249-
CMYK0.580.2600.02
HSL207.08º92.31%69.41%-
HSV(B)207.08º57.83%97.65%-
XYZ40.0744.1296.03-
YUV167.79173.8383.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.52%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=19.52%
G=34.20%
B=46.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051842490.580.2600.02207.0892.3169.41
Hex69B8F93A1A02cf5c45
Octal151270371723202317134105
Binary11010011011100011111001111010110100101100111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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