Html Css Color HEX #4BCBFE Maya Blue

📋 copy color: '#4BCBFE'

red 75 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #4BCBFE

Tints of Maya Blue #4BCBFE

RGB

 RED value IS 75 (29.69% from 255) = 14.1%

 GREEN value IS 203 (79.69% from 255) = 38.16%

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 14.1%
G = 38.16%
B = 47.74%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BCBFE (or 0x4BCBFE) is known color: Maya Blue. HEX triplet: 4B, CB and FE. RGB value is (75,203,254). Sum of RGB (Red+Green+Blue) = 75+203+254=532 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.10% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BCBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCBFE is #B43401. Grayscale: #AAAAAA. Windows color (decimal): -11809794 or 16698187. OLE color: 16698187.

HSL color Cylindrical-coordinate representation of color #4BCBFE: hue angle of 197.09º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCBFE is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 203 254 -
CMYK 0.70 0.20 0 0.00
HSL 197.1º 0.99% 0.65% -
HSV(B) 197.1º 0.7% 1% -
XYZ 42.15 51.36 101.46 -
YUV 170.54 175.09 59.85 -
System Red Green Blue C M Y K H S L
Decimal 75 203 254 0.70 0.20 0 0.00 197.1 0.99 0.65
Hex 4B CB FE 46 14 0 0 C5 63 41
Octal 113 313 376 106 24 0 0 305 143 101
Binary 1001011 11001011 11111110 1000110 10100 0 0 11000101 1100011 1000001

Color Harmonies of #4BCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCBFE

Black with #4BCBFE

Text Example


Text Example

White with #4BCBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BCBFE; }

 p { color: rgb(75,203,254); }

 H1.HeaderClassName
 {
   color: #4BCBFE;
 }
 .AnyTagClassName
 {
   color: #4BCBFE;
 }
</style>

background-color css

<style>
 a { background-color: #4BCBFE; }

 a { background-color: rgb(75,203,254); }

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

border-color css

<style>
 span { border-color: #4BCBFE; }

 span { border-color: rgb(75,203,254); }

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