Html Css Color HEX #67AFFC Maya Blue

📋 copy color: '#67AFFC'

red 103 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #67AFFC

Tints of Maya Blue #67AFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 19.43%
G = 33.02%
B = 47.55%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#67AFFC (or 0x67AFFC) is known color: Maya Blue. HEX triplet: 67, AF and FC. RGB value is (103,175,252). Sum of RGB (Red+Green+Blue) = 103+175+252=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #67AFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AFFC is #985003. Grayscale: #A1A1A1. Windows color (decimal): -9981956 or 16559975. OLE color: 16559975.

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

Color convert

RGB 103 175 252 -
CMYK 0.59 0.31 0 0.01
HSL 211.01º 0.96% 0.7% -
HSV(B) 211.01º 0.59% 0.99% -
XYZ 38.49 40.57 97.9 -
YUV 162.25 178.65 85.74 -
System Red Green Blue C M Y K H S L
Decimal 103 175 252 0.59 0.31 0 0.01 211.01 0.96 0.7
Hex 67 AF FC 3B 1F 0 1 D3 60 46
Octal 147 257 374 73 37 0 1 323 140 106
Binary 1100111 10101111 11111100 111011 11111 0 1 11010011 1100000 1000110

Color Harmonies of #67AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFFC

Black with #67AFFC

Text Example


Text Example

White with #67AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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