#67D0FA

Color #67D0FA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #67D0FA

Tints of Maya Blue #67D0FA

Color information

#67D0FA (or 0x67D0FA) is unknown color: approx Maya Blue. HEX triplet: 67, D0 and FA. RGB value is (103,208,250). Sum of RGB (Red+Green+Blue) = 103+208+250=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #67D0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D0FA is #982F05. Grayscale: #B5B5B5. Windows color (decimal): -9973510 or 16437351. OLE color: 16437351.

HSL color Cylindrical-coordinate representation of color #67D0FA: hue angle of 197.14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67D0FA is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103208250-
CMYK0.590.1700.02
HSL197.14º93.63%69.22%-
HSV(B)197.14º58.8%98.04%-
XYZ45.454.998.65-
YUV181.39166.7172.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.36%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=18.36%
G=37.08%
B=44.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032082500.590.1700.02197.1493.6369.22
Hex67D0FA3B1102c55e45
Octal147320372732102305136105
Binary11001111101000011111010111011100010101100010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,208,250); }

 H1.HeaderClassName
 {
   color: #67D0FA;
 }
 .AnyTagClassName
 {
   color: #67D0FA;
 }
</style>
background-color css

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

 a { background-color: rgb(103,208,250); }

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

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

 span { border-color: rgb(103,208,250); }

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