Html Css Color HEX #74CDFE Maya Blue

📋 copy color: '#74CDFE'

red 116 ◦ green 205 ◦ blue 254

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

Shades of Maya Blue #74CDFE

Tints of Maya Blue #74CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.65%

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 20.17%
G = 35.65%
B = 44.17%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74CDFE (or 0x74CDFE) is known color: Maya Blue. HEX triplet: 74, CD and FE. RGB value is (116,205,254). Sum of RGB (Red+Green+Blue) = 116+205+254=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #74CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CDFE is #8B3201. Grayscale: #B7B7B7. Windows color (decimal): -9122306 or 16698740. OLE color: 16698740.

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

Color convert

RGB 116 205 254 -
CMYK 0.54 0.19 0 0.00
HSL 201.3º 0.99% 0.73% -
HSV(B) 201.3º 0.54% 1% -
XYZ 46.92 54.53 101.82 -
YUV 183.98 167.51 79.52 -
System Red Green Blue C M Y K H S L
Decimal 116 205 254 0.54 0.19 0 0.00 201.3 0.99 0.73
Hex 74 CD FE 36 13 0 0 C9 63 49
Octal 164 315 376 66 23 0 0 311 143 111
Binary 1110100 11001101 11111110 110110 10011 0 0 11001001 1100011 1001001

Color Harmonies of #74CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDFE

Black with #74CDFE

Text Example


Text Example

White with #74CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,254); }

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

background-color css

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

 a { background-color: rgb(116,205,254); }

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

border-color css

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

 span { border-color: rgb(116,205,254); }

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