Html Css Color HEX #74C5FC Maya Blue

📋 copy color: '#74C5FC'

red 116 ◦ green 197 ◦ blue 252

#74C5FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #74C5FC

Tints of Maya Blue #74C5FC

RGB

 RED value IS 116 (45.7% from 255) = 20.53%

 GREEN value IS 197 (77.34% from 255) = 34.87%

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 20.53%
G = 34.87%
B = 44.6%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74C5FC (or 0x74C5FC) is known color: Maya Blue. HEX triplet: 74, C5 and FC. RGB value is (116,197,252). Sum of RGB (Red+Green+Blue) = 116+197+252=565 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.53% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #74C5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C5FC is #8B3A03. Grayscale: #B2B2B2. Windows color (decimal): -9124356 or 16565620. OLE color: 16565620.

HSL color Cylindrical-coordinate representation of color #74C5FC: hue angle of 204.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74C5FC is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 197 252 -
CMYK 0.54 0.22 0 0.01
HSL 204.26º 0.96% 0.72% -
HSV(B) 204.26º 0.54% 0.99% -
XYZ 44.74 50.67 99.52 -
YUV 179.05 169.16 83.03 -
System Red Green Blue C M Y K H S L
Decimal 116 197 252 0.54 0.22 0 0.01 204.26 0.96 0.72
Hex 74 C5 FC 36 16 0 1 CC 60 48
Octal 164 305 374 66 26 0 1 314 140 110
Binary 1110100 11000101 11111100 110110 10110 0 1 11001100 1100000 1001000

Color Harmonies of #74C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C5FC

Black with #74C5FC

Text Example


Text Example

White with #74C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,197,252); }

 H1.HeaderClassName
 {
   color: #74C5FC;
 }
 .AnyTagClassName
 {
   color: #74C5FC;
 }
</style>

background-color css

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

 a { background-color: rgb(116,197,252); }

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

border-color css

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

 span { border-color: rgb(116,197,252); }

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