Html Css Color HEX #4BCBFF Maya Blue

📋 copy color: '#4BCBFF'

red 75 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #4BCBFF

Tints of Maya Blue #4BCBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.84%

R = 14.07%
G = 38.09%
B = 47.84%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BCBFF (or 0x4BCBFF) is known color: Maya Blue. HEX triplet: 4B, CB and FF. RGB value is (75,203,255). Sum of RGB (Red+Green+Blue) = 75+203+255=533 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.07% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BCBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCBFF is #B43400. Grayscale: #AAAAAA. Windows color (decimal): -11809793 or 16763723. OLE color: 16763723.

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

Color convert

RGB 75 203 255 -
CMYK 0.71 0.20 0 0
HSL 197.33º 1% 0.65% -
HSV(B) 197.33º 0.71% 1% -
XYZ 42.31 51.43 102.3 -
YUV 170.66 175.59 59.77 -
System Red Green Blue C M Y K H S L
Decimal 75 203 255 0.71 0.20 0 0 197.33 1 0.65
Hex 4B CB FF 47 14 0 0 C5 64 41
Octal 113 313 377 107 24 0 0 305 144 101
Binary 1001011 11001011 11111111 1000111 10100 0 0 11000101 1100100 1000001

Color Harmonies of #4BCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCBFF

Black with #4BCBFF

Text Example


Text Example

White with #4BCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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