Html Css Color HEX #74BFFD Maya Blue

📋 copy color: '#74BFFD'

red 116 ◦ green 191 ◦ blue 253

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

Shades of Maya Blue #74BFFD

Tints of Maya Blue #74BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 20.71%
G = 34.11%
B = 45.18%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74BFFD (or 0x74BFFD) is known color: Maya Blue. HEX triplet: 74, BF and FD. RGB value is (116,191,253). Sum of RGB (Red+Green+Blue) = 116+191+253=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #74BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BFFD is #8B4002. Grayscale: #AFAFAF. Windows color (decimal): -9125891 or 16629620. OLE color: 16629620.

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

Color convert

RGB 116 191 253 -
CMYK 0.54 0.25 0 0.01
HSL 207.15º 0.97% 0.72% -
HSV(B) 207.15º 0.54% 0.99% -
XYZ 43.56 48.07 99.91 -
YUV 175.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 116 191 253 0.54 0.25 0 0.01 207.15 0.97 0.72
Hex 74 BF FD 36 19 0 1 CF 61 48
Octal 164 277 375 66 31 0 1 317 141 110
Binary 1110100 10111111 11111101 110110 11001 0 1 11001111 1100001 1001000

Color Harmonies of #74BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFFD

Black with #74BFFD

Text Example


Text Example

White with #74BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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