Html Css Color HEX #69ACF6 Maya Blue

📋 copy color: '#69ACF6'

red 105 ◦ green 172 ◦ blue 246

#69ACF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #69ACF6

Tints of Maya Blue #69ACF6

RGB

 RED value IS 105 (41.41% from 255) = 20.08%

 GREEN value IS 172 (67.58% from 255) = 32.89%

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 20.08%
G = 32.89%
B = 47.04%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#69ACF6 (or 0x69ACF6) is known color: Maya Blue. HEX triplet: 69, AC and F6. RGB value is (105,172,246). Sum of RGB (Red+Green+Blue) = 105+172+246=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #69ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACF6 is #965309. Grayscale: #A0A0A0. Windows color (decimal): -9851658 or 16165993. OLE color: 16165993.

HSL color Cylindrical-coordinate representation of color #69ACF6: hue angle of 211.49º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69ACF6 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 105 172 246 -
CMYK 0.57 0.30 0 0.04
HSL 211.49º 0.89% 0.69% -
HSV(B) 211.49º 0.57% 0.96% -
XYZ 37.21 39.16 92.79 -
YUV 160.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 105 172 246 0.57 0.30 0 0.04 211.49 0.89 0.69
Hex 69 AC F6 39 1E 0 4 D3 59 45
Octal 151 254 366 71 36 0 4 323 131 105
Binary 1101001 10101100 11110110 111001 11110 0 100 11010011 1011001 1000101

Color Harmonies of #69ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ACF6

Black with #69ACF6

Text Example


Text Example

White with #69ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,172,246); }

 H1.HeaderClassName
 {
   color: #69ACF6;
 }
 .AnyTagClassName
 {
   color: #69ACF6;
 }
</style>

background-color css

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

 a { background-color: rgb(105,172,246); }

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

border-color css

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

 span { border-color: rgb(105,172,246); }

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