Html Css Color HEX #74BFFE Maya Blue

📋 copy color: '#74BFFE'

red 116 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #74BFFE

Tints of Maya Blue #74BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 34.05%

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

R = 20.68%
G = 34.05%
B = 45.28%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74BFFE (or 0x74BFFE) is known color: Maya Blue. HEX triplet: 74, BF and FE. RGB value is (116,191,254). Sum of RGB (Red+Green+Blue) = 116+191+254=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #74BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BFFE is #8B4001. Grayscale: #AFAFAF. Windows color (decimal): -9125890 or 16695156. OLE color: 16695156.

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

Color convert

RGB 116 191 254 -
CMYK 0.54 0.25 0 0.00
HSL 207.39º 0.99% 0.73% -
HSV(B) 207.39º 0.54% 1% -
XYZ 43.72 48.13 100.75 -
YUV 175.76 172.15 85.38 -
System Red Green Blue C M Y K H S L
Decimal 116 191 254 0.54 0.25 0 0.00 207.39 0.99 0.73
Hex 74 BF FE 36 19 0 0 CF 63 49
Octal 164 277 376 66 31 0 0 317 143 111
Binary 1110100 10111111 11111110 110110 11001 0 0 11001111 1100011 1001001

Color Harmonies of #74BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFFE

Black with #74BFFE

Text Example


Text Example

White with #74BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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