#74BCF0

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

Shades of Maya Blue #74BCF0

Tints of Maya Blue #74BCF0

Color information

#74BCF0 (or 0x74BCF0) is unknown color: approx Maya Blue. HEX triplet: 74, BC and F0. RGB value is (116,188,240). Sum of RGB (Red+Green+Blue) = 116+188+240=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #74BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCF0 is #8B430F. Grayscale: #ACACAC. Windows color (decimal): -9126672 or 15776884. OLE color: 15776884.

HSL color Cylindrical-coordinate representation of color #74BCF0: hue angle of 205.16º 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 #74BCF0 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB116188240-
CMYK0.520.2200.06
HSL205.16º80.52%69.8%-
HSV(B)205.16º51.67%94.12%-
XYZ40.9145.9789.15-
YUV172.4166.1587.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.32%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=21.32%
G=34.56%
B=44.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1161882400.520.2200.06205.1680.5269.8
Hex74BCF0341606cd5146
Octal164274360642606315121106
Binary111010010111100111100001101001011001101100110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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