Html Css Color HEX #69AEFE Maya Blue

📋 copy color: '#69AEFE'

red 105 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #69AEFE

Tints of Maya Blue #69AEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.65%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 19.7%
G = 32.65%
B = 47.65%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#69AEFE (or 0x69AEFE) is known color: Maya Blue. HEX triplet: 69, AE and FE. RGB value is (105,174,254). Sum of RGB (Red+Green+Blue) = 105+174+254=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #69AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AEFE is #965101. Grayscale: #A2A2A2. Windows color (decimal): -9851138 or 16690793. OLE color: 16690793.

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

Color convert

RGB 105 174 254 -
CMYK 0.59 0.31 0 0.00
HSL 212.21º 0.99% 0.7% -
HSV(B) 212.21º 0.59% 1% -
XYZ 38.85 40.43 99.52 -
YUV 162.49 179.64 87 -
System Red Green Blue C M Y K H S L
Decimal 105 174 254 0.59 0.31 0 0.00 212.21 0.99 0.7
Hex 69 AE FE 3B 1F 0 0 D4 63 46
Octal 151 256 376 73 37 0 0 324 143 106
Binary 1101001 10101110 11111110 111011 11111 0 0 11010100 1100011 1000110

Color Harmonies of #69AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AEFE

Black with #69AEFE

Text Example


Text Example

White with #69AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,174,254); }

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

background-color css

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

 a { background-color: rgb(105,174,254); }

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

border-color css

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

 span { border-color: rgb(105,174,254); }

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