Html Css Color HEX #74C8FC Maya Blue

📋 copy color: '#74C8FC'

red 116 ◦ green 200 ◦ blue 252

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

Shades of Maya Blue #74C8FC

Tints of Maya Blue #74C8FC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.21%

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

R = 20.42%
G = 35.21%
B = 44.37%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74C8FC (or 0x74C8FC) is known color: Maya Blue. HEX triplet: 74, C8 and FC. RGB value is (116,200,252). Sum of RGB (Red+Green+Blue) = 116+200+252=568 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.42% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #74C8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8FC is #8B3703. Grayscale: #B4B4B4. Windows color (decimal): -9123588 or 16566388. OLE color: 16566388.

HSL color Cylindrical-coordinate representation of color #74C8FC: hue angle of 202.94º 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 #74C8FC is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 200 252 -
CMYK 0.54 0.21 0 0.01
HSL 202.94º 0.96% 0.72% -
HSV(B) 202.94º 0.54% 0.99% -
XYZ 45.43 52.05 99.75 -
YUV 180.81 168.17 81.77 -
System Red Green Blue C M Y K H S L
Decimal 116 200 252 0.54 0.21 0 0.01 202.94 0.96 0.72
Hex 74 C8 FC 36 15 0 1 CB 60 48
Octal 164 310 374 66 25 0 1 313 140 110
Binary 1110100 11001000 11111100 110110 10101 0 1 11001011 1100000 1001000

Color Harmonies of #74C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C8FC

Black with #74C8FC

Text Example


Text Example

White with #74C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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