Html Css Color HEX #74BFFC Maya Blue

📋 copy color: '#74BFFC'

red 116 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #74BFFC

Tints of Maya Blue #74BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 20.75%
G = 34.17%
B = 45.08%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74BFFC (or 0x74BFFC) is known color: Maya Blue. HEX triplet: 74, BF and FC. RGB value is (116,191,252). Sum of RGB (Red+Green+Blue) = 116+191+252=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #74BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BFFC is #8B4003. Grayscale: #AFAFAF. Windows color (decimal): -9125892 or 16564084. OLE color: 16564084.

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

Color convert

RGB 116 191 252 -
CMYK 0.54 0.24 0 0.01
HSL 206.91º 0.96% 0.72% -
HSV(B) 206.91º 0.54% 0.99% -
XYZ 43.4 48 99.07 -
YUV 175.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 116 191 252 0.54 0.24 0 0.01 206.91 0.96 0.72
Hex 74 BF FC 36 18 0 1 CF 60 48
Octal 164 277 374 66 30 0 1 317 140 110
Binary 1110100 10111111 11111100 110110 11000 0 1 11001111 1100000 1001000

Color Harmonies of #74BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFFC

Black with #74BFFC

Text Example


Text Example

White with #74BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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