#74C8FB

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

Shades of Maya Blue #74C8FB

Tints of Maya Blue #74C8FB

Color information

#74C8FB (or 0x74C8FB) is unknown color: approx Maya Blue. HEX triplet: 74, C8 and FB. RGB value is (116,200,251). Sum of RGB (Red+Green+Blue) = 116+200+251=567 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.46% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #74C8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8FB is #8B3704. Grayscale: #B4B4B4. Windows color (decimal): -9123589 or 16500852. OLE color: 16500852.

HSL color Cylindrical-coordinate representation of color #74C8FB: hue angle of 202.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74C8FB is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116200251-
CMYK0.540.2000.02
HSL202.67º94.41%71.96%-
HSV(B)202.67º53.78%98.43%-
XYZ45.2751.9998.92-
YUV180.7167.6781.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.46%
GREEN value IS 200 (78.52% from 255) = 35.27%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=20.46%
G=35.27%
B=44.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162002510.540.2000.02202.6794.4171.96
Hex74C8FB361402cb5e48
Octal164310373662402313136110
Binary11101001100100011111011110110101000101100101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,251); }

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

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

 a { background-color: rgb(116,200,251); }

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

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

 span { border-color: rgb(116,200,251); }

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