Html Css Color HEX #4BFCED Baby Blue

📋 copy color: '#4BFCED'

red 75 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #4BFCED

Tints of Baby Blue #4BFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.68%

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 13.3%
G = 44.68%
B = 42.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#4BFCED (or 0x4BFCED) is known color: Baby Blue. HEX triplet: 4B, FC and ED. RGB value is (75,252,237). Sum of RGB (Red+Green+Blue) = 75+252+237=564 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.30% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFCED is #B40312. Grayscale: #C5C5C5. Windows color (decimal): -11797267 or 15596619. OLE color: 15596619.

HSL color Cylindrical-coordinate representation of color #4BFCED: hue angle of 174.92º degrees, saturation: 0.97, 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 #4BFCED is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 237 -
CMYK 0.70 0 0.06 0.01
HSL 174.92º 0.97% 0.64% -
HSV(B) 174.92º 0.7% 0.99% -
XYZ 53 77.23 92.23 -
YUV 197.37 150.36 40.72 -
System Red Green Blue C M Y K H S L
Decimal 75 252 237 0.70 0 0.06 0.01 174.92 0.97 0.64
Hex 4B FC ED 46 0 6 1 AF 61 40
Octal 113 374 355 106 0 6 1 257 141 100
Binary 1001011 11111100 11101101 1000110 0 110 1 10101111 1100001 1000000

Color Harmonies of #4BFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCED

Black with #4BFCED

Text Example


Text Example

White with #4BFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,252,237); }

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

background-color css

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

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

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

border-color css

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

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

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