Html Css Color HEX #4BEFFF Baby Blue

📋 copy color: '#4BEFFF'

red 75 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #4BEFFF

Tints of Baby Blue #4BEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42%

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

R = 13.18%
G = 42%
B = 44.82%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BEFFF (or 0x4BEFFF) is known color: Baby Blue. HEX triplet: 4B, EF and FF. RGB value is (75,239,255). Sum of RGB (Red+Green+Blue) = 75+239+255=569 (75% of max value = 765). Red value is 75 (29.69% from 255 or 13.18% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BEFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEFFF is #B41000. Grayscale: #BFBFBF. Windows color (decimal): -11800577 or 16772939. OLE color: 16772939.

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

Color convert

RGB 75 239 255 -
CMYK 0.71 0.06 0 0
HSL 185.33º 1% 0.65% -
HSV(B) 185.33º 0.71% 1% -
XYZ 51.82 70.45 105.47 -
YUV 191.79 163.67 44.7 -
System Red Green Blue C M Y K H S L
Decimal 75 239 255 0.71 0.06 0 0 185.33 1 0.65
Hex 4B EF FF 47 6 0 0 B9 64 41
Octal 113 357 377 107 6 0 0 271 144 101
Binary 1001011 11101111 11111111 1000111 110 0 0 10111001 1100100 1000001

Color Harmonies of #4BEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEFFF

Black with #4BEFFF

Text Example


Text Example

White with #4BEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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