Html Css Color HEX #74BCFD Maya Blue

📋 copy color: '#74BCFD'

red 116 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #74BCFD

Tints of Maya Blue #74BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

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

R = 20.83%
G = 33.75%
B = 45.42%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74BCFD (or 0x74BCFD) is known color: Maya Blue. HEX triplet: 74, BC and FD. RGB value is (116,188,253). Sum of RGB (Red+Green+Blue) = 116+188+253=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #74BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCFD is #8B4302. Grayscale: #ADADAD. Windows color (decimal): -9126659 or 16628852. OLE color: 16628852.

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

Color convert

RGB 116 188 253 -
CMYK 0.54 0.26 0 0.01
HSL 208.47º 0.97% 0.72% -
HSV(B) 208.47º 0.54% 0.99% -
XYZ 42.92 46.77 99.69 -
YUV 173.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 116 188 253 0.54 0.26 0 0.01 208.47 0.97 0.72
Hex 74 BC FD 36 1A 0 1 D0 61 48
Octal 164 274 375 66 32 0 1 320 141 110
Binary 1110100 10111100 11111101 110110 11010 0 1 11010000 1100001 1001000

Color Harmonies of #74BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCFD

Black with #74BCFD

Text Example


Text Example

White with #74BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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