Html Css Color HEX #4BECFD Baby Blue

📋 copy color: '#4BECFD'

red 75 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #4BECFD

Tints of Baby Blue #4BECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.84%

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

R = 13.3%
G = 41.84%
B = 44.86%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BECFD (or 0x4BECFD) is known color: Baby Blue. HEX triplet: 4B, EC and FD. RGB value is (75,236,253). Sum of RGB (Red+Green+Blue) = 75+236+253=564 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.30% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BECFD is #B41302. Grayscale: #BDBDBD. Windows color (decimal): -11801347 or 16641099. OLE color: 16641099.

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

Color convert

RGB 75 236 253 -
CMYK 0.70 0.07 0 0.01
HSL 185.73º 0.98% 0.64% -
HSV(B) 185.73º 0.7% 0.99% -
XYZ 50.63 68.58 103.5 -
YUV 189.8 163.66 46.12 -
System Red Green Blue C M Y K H S L
Decimal 75 236 253 0.70 0.07 0 0.01 185.73 0.98 0.64
Hex 4B EC FD 46 7 0 1 BA 62 40
Octal 113 354 375 106 7 0 1 272 142 100
Binary 1001011 11101100 11111101 1000110 111 0 1 10111010 1100010 1000000

Color Harmonies of #4BECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECFD

Black with #4BECFD

Text Example


Text Example

White with #4BECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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