Html Css Color HEX #67AEFE Maya Blue

📋 copy color: '#67AEFE'

red 103 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #67AEFE

Tints of Maya Blue #67AEFE

RGB

 RED value IS 103 (40.63% from 255) = 19.4%

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

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

R = 19.4%
G = 32.77%
B = 47.83%

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

#67AEFE (or 0x67AEFE) is known color: Maya Blue. HEX triplet: 67, AE and FE. RGB value is (103,174,254). Sum of RGB (Red+Green+Blue) = 103+174+254=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #67AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AEFE is #985101. Grayscale: #A1A1A1. Windows color (decimal): -9982210 or 16690791. OLE color: 16690791.

HSL color Cylindrical-coordinate representation of color #67AEFE: hue angle of 211.79º 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 #67AEFE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 174 254 -
CMYK 0.59 0.31 0 0.00
HSL 211.79º 0.99% 0.7% -
HSV(B) 211.79º 0.59% 1% -
XYZ 38.62 40.31 99.51 -
YUV 161.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 103 174 254 0.59 0.31 0 0.00 211.79 0.99 0.7
Hex 67 AE FE 3B 1F 0 0 D4 63 46
Octal 147 256 376 73 37 0 0 324 143 106
Binary 1100111 10101110 11111110 111011 11111 0 0 11010100 1100011 1000110

Color Harmonies of #67AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AEFE

Black with #67AEFE

Text Example


Text Example

White with #67AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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