Html Css Color HEX #4BEEFD Baby Blue

📋 copy color: '#4BEEFD'

red 75 ◦ green 238 ◦ blue 253

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

Shades of Baby Blue #4BEEFD

Tints of Baby Blue #4BEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.05%

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 13.25%
G = 42.05%
B = 44.7%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BEEFD (or 0x4BEEFD) is known color: Baby Blue. HEX triplet: 4B, EE and FD. RGB value is (75,238,253). Sum of RGB (Red+Green+Blue) = 75+238+253=566 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.25% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BEEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEEFD is #B41102. Grayscale: #BEBEBE. Windows color (decimal): -11800835 or 16641611. OLE color: 16641611.

HSL color Cylindrical-coordinate representation of color #4BEEFD: hue angle of 185.06º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BEEFD is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 238 253 -
CMYK 0.70 0.06 0 0.01
HSL 185.06º 0.98% 0.64% -
HSV(B) 185.06º 0.7% 0.99% -
XYZ 51.21 69.74 103.69 -
YUV 190.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 75 238 253 0.70 0.06 0 0.01 185.06 0.98 0.64
Hex 4B EE FD 46 6 0 1 B9 62 40
Octal 113 356 375 106 6 0 1 271 142 100
Binary 1001011 11101110 11111101 1000110 110 0 1 10111001 1100010 1000000

Color Harmonies of #4BEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEEFD

Black with #4BEEFD

Text Example


Text Example

White with #4BEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,238,253); }

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

background-color css

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

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

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

border-color css

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

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

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