Html Css Color HEX #67BAFE Maya Blue

📋 copy color: '#67BAFE'

red 103 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #67BAFE

Tints of Maya Blue #67BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 18.97%
G = 34.25%
B = 46.78%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#67BAFE (or 0x67BAFE) is known color: Maya Blue. HEX triplet: 67, BA and FE. RGB value is (103,186,254). Sum of RGB (Red+Green+Blue) = 103+186+254=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #67BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAFE is #984501. Grayscale: #A8A8A8. Windows color (decimal): -9979138 or 16693863. OLE color: 16693863.

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

Color convert

RGB 103 186 254 -
CMYK 0.59 0.27 0 0.00
HSL 207.02º 0.99% 0.7% -
HSV(B) 207.02º 0.59% 1% -
XYZ 41.04 45.16 100.32 -
YUV 168.94 176 80.97 -
System Red Green Blue C M Y K H S L
Decimal 103 186 254 0.59 0.27 0 0.00 207.02 0.99 0.7
Hex 67 BA FE 3B 1B 0 0 CF 63 46
Octal 147 272 376 73 33 0 0 317 143 106
Binary 1100111 10111010 11111110 111011 11011 0 0 11001111 1100011 1000110

Color Harmonies of #67BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BAFE

Black with #67BAFE

Text Example


Text Example

White with #67BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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