Html Css Color HEX #4BEBFE Baby Blue

📋 copy color: '#4BEBFE'

red 75 ◦ green 235 ◦ blue 254

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

Shades of Baby Blue #4BEBFE

Tints of Baby Blue #4BEBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 13.3%
G = 41.67%
B = 45.04%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BEBFE (or 0x4BEBFE) is known color: Baby Blue. HEX triplet: 4B, EB and FE. RGB value is (75,235,254). Sum of RGB (Red+Green+Blue) = 75+235+254=564 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.30% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BEBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBFE is #B41401. Grayscale: #BDBDBD. Windows color (decimal): -11801602 or 16706379. OLE color: 16706379.

HSL color Cylindrical-coordinate representation of color #4BEBFE: hue angle of 186.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BEBFE is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 235 254 -
CMYK 0.70 0.07 0 0.00
HSL 186.37º 0.99% 0.65% -
HSV(B) 186.37º 0.7% 1% -
XYZ 50.5 68.07 104.24 -
YUV 189.33 164.49 46.46 -
System Red Green Blue C M Y K H S L
Decimal 75 235 254 0.70 0.07 0 0.00 186.37 0.99 0.65
Hex 4B EB FE 46 7 0 0 BA 63 41
Octal 113 353 376 106 7 0 0 272 143 101
Binary 1001011 11101011 11111110 1000110 111 0 0 10111010 1100011 1000001

Color Harmonies of #4BEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEBFE

Black with #4BEBFE

Text Example


Text Example

White with #4BEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,235,254); }

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

background-color css

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

 a { background-color: rgb(75,235,254); }

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

border-color css

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

 span { border-color: rgb(75,235,254); }

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