Html Css Color HEX #4BCFFF Maya Blue

📋 copy color: '#4BCFFF'

red 75 ◦ green 207 ◦ blue 255

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

Shades of Maya Blue #4BCFFF

Tints of Maya Blue #4BCFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

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

R = 13.97%
G = 38.55%
B = 47.49%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BCFFF (or 0x4BCFFF) is known color: Maya Blue. HEX triplet: 4B, CF and FF. RGB value is (75,207,255). Sum of RGB (Red+Green+Blue) = 75+207+255=537 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.97% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BCFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCFFF is #B43000. Grayscale: #ACACAC. Windows color (decimal): -11808769 or 16764747. OLE color: 16764747.

HSL color Cylindrical-coordinate representation of color #4BCFFF: hue angle of 196º 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 #4BCFFF is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 207 255 -
CMYK 0.71 0.19 0 0
HSL 196º 1% 0.65% -
HSV(B) 196º 0.71% 1% -
XYZ 43.26 53.34 102.62 -
YUV 173 174.27 58.1 -
System Red Green Blue C M Y K H S L
Decimal 75 207 255 0.71 0.19 0 0 196 1 0.65
Hex 4B CF FF 47 13 0 0 C4 64 41
Octal 113 317 377 107 23 0 0 304 144 101
Binary 1001011 11001111 11111111 1000111 10011 0 0 11000100 1100100 1000001

Color Harmonies of #4BCFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFFF

Black with #4BCFFF

Text Example


Text Example

White with #4BCFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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