#69B5FC

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

Shades of Maya Blue #69B5FC

Tints of Maya Blue #69B5FC

Color information

#69B5FC (or 0x69B5FC) is unknown color: approx Maya Blue. HEX triplet: 69, B5 and FC. RGB value is (105,181,252). Sum of RGB (Red+Green+Blue) = 105+181+252=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #69B5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B5FC is #964A03. Grayscale: #A6A6A6. Windows color (decimal): -9849348 or 16561513. OLE color: 16561513.

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

Color convert

RGB105181252-
CMYK0.580.2800.01
HSL208.98º96.08%70%-
HSV(B)208.98º58.33%98.82%-
XYZ39.9243.0898.31-
YUV166.37176.3284.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.52%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 252 (98.83% from 255) = 46.84%
R=19.52%
G=33.64%
B=46.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051812520.580.2800.01208.9896.0870
Hex69B5FC3A1C01d16046
Octal151265374723401321140106
Binary1101001101101011111110011101011100011101000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,252); }

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

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

 a { background-color: rgb(105,181,252); }

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

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

 span { border-color: rgb(105,181,252); }

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