Html Css Color HEX #74BCFB Maya Blue

📋 copy color: '#74BCFB'

red 116 ◦ green 188 ◦ blue 251

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

Shades of Maya Blue #74BCFB

Tints of Maya Blue #74BCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 20.9%
G = 33.87%
B = 45.23%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74BCFB (or 0x74BCFB) is known color: Maya Blue. HEX triplet: 74, BC and FB. RGB value is (116,188,251). Sum of RGB (Red+Green+Blue) = 116+188+251=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #74BCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCFB is #8B4304. Grayscale: #ADADAD. Windows color (decimal): -9126661 or 16497780. OLE color: 16497780.

HSL color Cylindrical-coordinate representation of color #74BCFB: hue angle of 208º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74BCFB is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 188 251 -
CMYK 0.54 0.25 0 0.02
HSL 208º 0.94% 0.72% -
HSV(B) 208º 0.54% 0.98% -
XYZ 42.6 46.64 98.02 -
YUV 173.65 171.65 86.88 -
System Red Green Blue C M Y K H S L
Decimal 116 188 251 0.54 0.25 0 0.02 208 0.94 0.72
Hex 74 BC FB 36 19 0 2 D0 5E 48
Octal 164 274 373 66 31 0 2 320 136 110
Binary 1110100 10111100 11111011 110110 11001 0 10 11010000 1011110 1001000

Color Harmonies of #74BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCFB

Black with #74BCFB

Text Example


Text Example

White with #74BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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