Html Css Color HEX #67BDF2 Maya Blue

📋 copy color: '#67BDF2'

red 103 ◦ green 189 ◦ blue 242

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

Shades of Maya Blue #67BDF2

Tints of Maya Blue #67BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.39%

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 19.29%
G = 35.39%
B = 45.32%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#67BDF2 (or 0x67BDF2) is known color: Maya Blue. HEX triplet: 67, BD and F2. RGB value is (103,189,242). Sum of RGB (Red+Green+Blue) = 103+189+242=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #67BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDF2 is #98420D. Grayscale: #A9A9A9. Windows color (decimal): -9978382 or 15908199. OLE color: 15908199.

HSL color Cylindrical-coordinate representation of color #67BDF2: hue angle of 202.88º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BDF2 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 189 242 -
CMYK 0.57 0.22 0 0.05
HSL 202.88º 0.84% 0.68% -
HSV(B) 202.88º 0.57% 0.95% -
XYZ 39.82 45.69 90.72 -
YUV 169.33 169.01 80.69 -
System Red Green Blue C M Y K H S L
Decimal 103 189 242 0.57 0.22 0 0.05 202.88 0.84 0.68
Hex 67 BD F2 39 16 0 5 CB 54 44
Octal 147 275 362 71 26 0 5 313 124 104
Binary 1100111 10111101 11110010 111001 10110 0 101 11001011 1010100 1000100

Color Harmonies of #67BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BDF2

Black with #67BDF2

Text Example


Text Example

White with #67BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,189,242); }

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

background-color css

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

 a { background-color: rgb(103,189,242); }

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

border-color css

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

 span { border-color: rgb(103,189,242); }

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