Html Css Color HEX #4BFFFF Baby Blue

📋 copy color: '#4BFFFF'

red 75 ◦ green 255 ◦ blue 255

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

Shades of Baby Blue #4BFFFF

Tints of Baby Blue #4BFFFF

RGB

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

 GREEN value IS 255 (100% from 255) = 43.59%

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

R = 12.82%
G = 43.59%
B = 43.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BFFFF (or 0x4BFFFF) is known color: Baby Blue. HEX triplet: 4B, FF and FF. RGB value is (75,255,255). Sum of RGB (Red+Green+Blue) = 75+255+255=585 (77% of max value = 765). Red value is 75 (29.69% from 255 or 12.82% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #4BFFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFFFF is #B40000. Grayscale: #C9C9C9. Windows color (decimal): -11796481 or 16777035. OLE color: 16777035.

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

Color convert

RGB 75 255 255 -
CMYK 0.71 0 0 0
HSL 180º 1% 0.65% -
HSV(B) 180º 0.71% 1% -
XYZ 56.71 80.24 107.11 -
YUV 201.18 158.37 38 -
System Red Green Blue C M Y K H S L
Decimal 75 255 255 0.71 0 0 0 180 1 0.65
Hex 4B FF FF 47 0 0 0 B4 64 41
Octal 113 377 377 107 0 0 0 264 144 101
Binary 1001011 11111111 11111111 1000111 0 0 0 10110100 1100100 1000001

Color Harmonies of #4BFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFFFF

Black with #4BFFFF

Text Example


Text Example

White with #4BFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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