Html Css Color HEX #67AFFF Maya Blue

📋 copy color: '#67AFFF'

red 103 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #67AFFF

Tints of Maya Blue #67AFFF

RGB

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

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

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

R = 19.32%
G = 32.83%
B = 47.84%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#67AFFF (or 0x67AFFF) is known color: Maya Blue. HEX triplet: 67, AF and FF. RGB value is (103,175,255). Sum of RGB (Red+Green+Blue) = 103+175+255=533 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.32% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #67AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AFFF is #985000. Grayscale: #A2A2A2. Windows color (decimal): -9981953 or 16756583. OLE color: 16756583.

HSL color Cylindrical-coordinate representation of color #67AFFF: hue angle of 211.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67AFFF is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 103 175 255 -
CMYK 0.60 0.31 0 0
HSL 211.58º 1% 0.7% -
HSV(B) 211.58º 0.6% 1% -
XYZ 38.97 40.76 100.42 -
YUV 162.59 180.15 85.5 -
System Red Green Blue C M Y K H S L
Decimal 103 175 255 0.60 0.31 0 0 211.58 1 0.7
Hex 67 AF FF 3C 1F 0 0 D4 64 46
Octal 147 257 377 74 37 0 0 324 144 106
Binary 1100111 10101111 11111111 111100 11111 0 0 11010100 1100100 1000110

Color Harmonies of #67AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFFF

Black with #67AFFF

Text Example


Text Example

White with #67AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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