Html Css Color HEX #67BFF1 Maya Blue

📋 copy color: '#67BFF1'

red 103 ◦ green 191 ◦ blue 241

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

Shades of Maya Blue #67BFF1

Tints of Maya Blue #67BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 35.7%

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 19.25%
G = 35.7%
B = 45.05%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#67BFF1 (or 0x67BFF1) is known color: Maya Blue. HEX triplet: 67, BF and F1. RGB value is (103,191,241). Sum of RGB (Red+Green+Blue) = 103+191+241=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #67BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BFF1 is #98400E. Grayscale: #AAAAAA. Windows color (decimal): -9977871 or 15843175. OLE color: 15843175.

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

Color convert

RGB 103 191 241 -
CMYK 0.57 0.21 0 0.05
HSL 201.74º 0.83% 0.67% -
HSV(B) 201.74º 0.57% 0.95% -
XYZ 40.1 46.5 90.08 -
YUV 170.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 103 191 241 0.57 0.21 0 0.05 201.74 0.83 0.67
Hex 67 BF F1 39 15 0 5 CA 53 43
Octal 147 277 361 71 25 0 5 312 123 103
Binary 1100111 10111111 11110001 111001 10101 0 101 11001010 1010011 1000011

Color Harmonies of #67BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFF1

Black with #67BFF1

Text Example


Text Example

White with #67BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,191,241); }

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

background-color css

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

 a { background-color: rgb(103,191,241); }

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

border-color css

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

 span { border-color: rgb(103,191,241); }

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