#74D3FE

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

Shades of Maya Blue #74D3FE

Tints of Maya Blue #74D3FE

Color information

#74D3FE (or 0x74D3FE) is unknown color: approx Maya Blue. HEX triplet: 74, D3 and FE. RGB value is (116,211,254). Sum of RGB (Red+Green+Blue) = 116+211+254=581 (76% of max value = 765). Red value is 116 (45.70% from 255 or 19.97% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #74D3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D3FE is #8B2C01. Grayscale: #BBBBBB. Windows color (decimal): -9120770 or 16700276. OLE color: 16700276.

HSL color Cylindrical-coordinate representation of color #74D3FE: hue angle of 198.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74D3FE is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB116211254-
CMYK0.540.1700.00
HSL198.7º98.57%72.55%-
HSV(B)198.7º54.33%99.61%-
XYZ48.3957.46102.31-
YUV187.5165.5377-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.97%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=19.97%
G=36.32%
B=43.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1162112540.540.1700.00198.798.5772.55
Hex74D3FE361100c76349
Octal164323376662100307143111
Binary1110100110100111111111011011010001001100011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74D3FE; }

 p { color: rgb(116,211,254); }

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

<style>
 a { background-color: #74D3FE; }

 a { background-color: rgb(116,211,254); }

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

<style>
 span { border-color: #74D3FE; }

 span { border-color: rgb(116,211,254); }

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