Html Css Color HEX #69ABFF Maya Blue

📋 copy color: '#69ABFF'

red 105 ◦ green 171 ◦ blue 255

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

Shades of Maya Blue #69ABFF

Tints of Maya Blue #69ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.2%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 19.77%
G = 32.2%
B = 48.02%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#69ABFF (or 0x69ABFF) is known color: Maya Blue. HEX triplet: 69, AB and FF. RGB value is (105,171,255). Sum of RGB (Red+Green+Blue) = 105+171+255=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #69ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ABFF is #965400. Grayscale: #A0A0A0. Windows color (decimal): -9851905 or 16755561. OLE color: 16755561.

HSL color Cylindrical-coordinate representation of color #69ABFF: hue angle of 213.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69ABFF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 171 255 -
CMYK 0.59 0.33 0 0
HSL 213.6º 1% 0.71% -
HSV(B) 213.6º 0.59% 1% -
XYZ 38.44 39.35 100.18 -
YUV 160.84 181.13 88.17 -
System Red Green Blue C M Y K H S L
Decimal 105 171 255 0.59 0.33 0 0 213.6 1 0.71
Hex 69 AB FF 3B 21 0 0 D6 64 47
Octal 151 253 377 73 41 0 0 326 144 107
Binary 1101001 10101011 11111111 111011 100001 0 0 11010110 1100100 1000111

Color Harmonies of #69ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABFF

Black with #69ABFF

Text Example


Text Example

White with #69ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,171,255); }

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

background-color css

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

 a { background-color: rgb(105,171,255); }

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

border-color css

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

 span { border-color: rgb(105,171,255); }

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