Html Css Color HEX #67AFFE Maya Blue

📋 copy color: '#67AFFE'

red 103 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #67AFFE

Tints of Maya Blue #67AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.89%

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

R = 19.36%
G = 32.89%
B = 47.74%

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

#67AFFE (or 0x67AFFE) is known color: Maya Blue. HEX triplet: 67, AF and FE. RGB value is (103,175,254). Sum of RGB (Red+Green+Blue) = 103+175+254=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #67AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AFFE is #985001. Grayscale: #A2A2A2. Windows color (decimal): -9981954 or 16691047. OLE color: 16691047.

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

Color convert

RGB 103 175 254 -
CMYK 0.59 0.31 0 0.00
HSL 211.39º 0.99% 0.7% -
HSV(B) 211.39º 0.59% 1% -
XYZ 38.81 40.7 99.58 -
YUV 162.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 103 175 254 0.59 0.31 0 0.00 211.39 0.99 0.7
Hex 67 AF FE 3B 1F 0 0 D3 63 46
Octal 147 257 376 73 37 0 0 323 143 106
Binary 1100111 10101111 11111110 111011 11111 0 0 11010011 1100011 1000110

Color Harmonies of #67AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFFE

Black with #67AFFE

Text Example


Text Example

White with #67AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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