Html Css Color HEX #67BAFD Maya Blue

📋 copy color: '#67BAFD'

red 103 ◦ green 186 ◦ blue 253

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

Shades of Maya Blue #67BAFD

Tints of Maya Blue #67BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 19%
G = 34.32%
B = 46.68%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#67BAFD (or 0x67BAFD) is known color: Maya Blue. HEX triplet: 67, BA and FD. RGB value is (103,186,253). Sum of RGB (Red+Green+Blue) = 103+186+253=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #67BAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAFD is #984502. Grayscale: #A8A8A8. Windows color (decimal): -9979139 or 16628327. OLE color: 16628327.

HSL color Cylindrical-coordinate representation of color #67BAFD: hue angle of 206.8º degrees, saturation: 0.97, 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 #67BAFD is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 186 253 -
CMYK 0.59 0.26 0 0.01
HSL 206.8º 0.97% 0.7% -
HSV(B) 206.8º 0.59% 0.99% -
XYZ 40.88 45.09 99.48 -
YUV 168.82 175.5 81.05 -
System Red Green Blue C M Y K H S L
Decimal 103 186 253 0.59 0.26 0 0.01 206.8 0.97 0.7
Hex 67 BA FD 3B 1A 0 1 CF 61 46
Octal 147 272 375 73 32 0 1 317 141 106
Binary 1100111 10111010 11111101 111011 11010 0 1 11001111 1100001 1000110

Color Harmonies of #67BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BAFD

Black with #67BAFD

Text Example


Text Example

White with #67BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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