Html Css Color HEX #74BCEB Maya Blue

📋 copy color: '#74BCEB'

red 116 ◦ green 188 ◦ blue 235

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

Shades of Maya Blue #74BCEB

Tints of Maya Blue #74BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 21.52%
G = 34.88%
B = 43.6%

CMYK

 C value IS 0.51

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74BCEB (or 0x74BCEB) is known color: Maya Blue. HEX triplet: 74, BC and EB. RGB value is (116,188,235). Sum of RGB (Red+Green+Blue) = 116+188+235=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #74BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCEB is #8B4314. Grayscale: #ABABAB. Windows color (decimal): -9126677 or 15449204. OLE color: 15449204.

HSL color Cylindrical-coordinate representation of color #74BCEB: hue angle of 203.7º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BCEB is Cyan = 0.51, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 188 235 -
CMYK 0.51 0.2 0 0.08
HSL 203.7º 0.75% 0.69% -
HSV(B) 203.7º 0.51% 0.92% -
XYZ 40.18 45.68 85.3 -
YUV 171.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 116 188 235 0.51 0.2 0 0.08 203.7 0.75 0.69
Hex 74 BC EB 33 14 0 8 CC 4B 45
Octal 164 274 353 63 24 0 10 314 113 105
Binary 1110100 10111100 11101011 110011 10100 0 1000 11001100 1001011 1000101

Color Harmonies of #74BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCEB

Black with #74BCEB

Text Example


Text Example

White with #74BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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