#74C1F0

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

Shades of Maya Blue #74C1F0

Tints of Maya Blue #74C1F0

Color information

#74C1F0 (or 0x74C1F0) is unknown color: approx Maya Blue. HEX triplet: 74, C1 and F0. RGB value is (116,193,240). Sum of RGB (Red+Green+Blue) = 116+193+240=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #74C1F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C1F0 is #8B3E0F. Grayscale: #AFAFAF. Windows color (decimal): -9125392 or 15778164. OLE color: 15778164.

HSL color Cylindrical-coordinate representation of color #74C1F0: hue angle of 202.74º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74C1F0 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB116193240-
CMYK0.520.2000.06
HSL202.74º80.52%69.8%-
HSV(B)202.74º51.67%94.12%-
XYZ4248.1489.52-
YUV175.33164.4985.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.13%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 240 (94.14% from 255) = 43.72%
R=21.13%
G=35.15%
B=43.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1161932400.520.2000.06202.7480.5269.8
Hex74C1F0341406cb5146
Octal164301360642406313121106
Binary111010011000001111100001101001010001101100101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,193,240); }

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

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

 a { background-color: rgb(116,193,240); }

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

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

 span { border-color: rgb(116,193,240); }

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