Html Css Color HEX #67B0FF Maya Blue

📋 copy color: '#67B0FF'

red 103 ◦ green 176 ◦ blue 255

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

Shades of Maya Blue #67B0FF

Tints of Maya Blue #67B0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.96%

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

R = 19.29%
G = 32.96%
B = 47.75%

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

#67B0FF (or 0x67B0FF) is known color: Maya Blue. HEX triplet: 67, B0 and FF. RGB value is (103,176,255). Sum of RGB (Red+Green+Blue) = 103+176+255=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #67B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67B0FF is #984F00. Grayscale: #A2A2A2. Windows color (decimal): -9981697 or 16756839. OLE color: 16756839.

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

Color convert

RGB 103 176 255 -
CMYK 0.60 0.31 0 0
HSL 211.18º 1% 0.7% -
HSV(B) 211.18º 0.6% 1% -
XYZ 39.17 41.15 100.49 -
YUV 163.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 103 176 255 0.60 0.31 0 0 211.18 1 0.7
Hex 67 B0 FF 3C 1F 0 0 D3 64 46
Octal 147 260 377 74 37 0 0 323 144 106
Binary 1100111 10110000 11111111 111100 11111 0 0 11010011 1100100 1000110

Color Harmonies of #67B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B0FF

Black with #67B0FF

Text Example


Text Example

White with #67B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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