Html Css Color HEX #4BF0FF Baby Blue

📋 copy color: '#4BF0FF'

red 75 ◦ green 240 ◦ blue 255

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

Shades of Baby Blue #4BF0FF

Tints of Baby Blue #4BF0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.11%

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

R = 13.16%
G = 42.11%
B = 44.74%

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

#4BF0FF (or 0x4BF0FF) is known color: Baby Blue. HEX triplet: 4B, F0 and FF. RGB value is (75,240,255). Sum of RGB (Red+Green+Blue) = 75+240+255=570 (75% of max value = 765). Red value is 75 (29.69% from 255 or 13.16% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BF0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF0FF is #B40F00. Grayscale: #C0C0C0. Windows color (decimal): -11800321 or 16773195. OLE color: 16773195.

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

Color convert

RGB 75 240 255 -
CMYK 0.71 0.06 0 0
HSL 185º 1% 0.65% -
HSV(B) 185º 0.71% 1% -
XYZ 52.11 71.04 105.57 -
YUV 192.38 163.34 44.28 -
System Red Green Blue C M Y K H S L
Decimal 75 240 255 0.71 0.06 0 0 185 1 0.65
Hex 4B F0 FF 47 6 0 0 B9 64 41
Octal 113 360 377 107 6 0 0 271 144 101
Binary 1001011 11110000 11111111 1000111 110 0 0 10111001 1100100 1000001

Color Harmonies of #4BF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF0FF

Black with #4BF0FF

Text Example


Text Example

White with #4BF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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