Html Css Color HEX #74D2FF Maya Blue

📋 copy color: '#74D2FF'

red 116 ◦ green 210 ◦ blue 255

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

Shades of Maya Blue #74D2FF

Tints of Maya Blue #74D2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 19.97%
G = 36.14%
B = 43.89%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74D2FF (or 0x74D2FF) is known color: Maya Blue. HEX triplet: 74, D2 and FF. RGB value is (116,210,255). Sum of RGB (Red+Green+Blue) = 116+210+255=581 (76% of max value = 765). Red value is 116 (45.70% from 255 or 19.97% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #74D2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D2FF is #8B2D00. Grayscale: #BABABA. Windows color (decimal): -9121025 or 16765556. OLE color: 16765556.

HSL color Cylindrical-coordinate representation of color #74D2FF: hue angle of 199.42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74D2FF is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 210 255 -
CMYK 0.55 0.18 0 0
HSL 199.42º 1% 0.73% -
HSV(B) 199.42º 0.55% 1% -
XYZ 48.3 57.03 103.07 -
YUV 187.02 166.36 77.34 -
System Red Green Blue C M Y K H S L
Decimal 116 210 255 0.55 0.18 0 0 199.42 1 0.73
Hex 74 D2 FF 37 12 0 0 C7 64 49
Octal 164 322 377 67 22 0 0 307 144 111
Binary 1110100 11010010 11111111 110111 10010 0 0 11000111 1100100 1001001

Color Harmonies of #74D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D2FF

Black with #74D2FF

Text Example


Text Example

White with #74D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,210,255); }

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

background-color css

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

 a { background-color: rgb(116,210,255); }

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

border-color css

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

 span { border-color: rgb(116,210,255); }

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