Html Css Color HEX #4BABFE Cornflower Blue

📋 copy color: '#4BABFE'

red 75 ◦ green 171 ◦ blue 254

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

Shades of Cornflower Blue #4BABFE

Tints of Cornflower Blue #4BABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.2%

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

R = 15%
G = 34.2%
B = 50.8%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BABFE (or 0x4BABFE) is known color: Cornflower Blue. HEX triplet: 4B, AB and FE. RGB value is (75,171,254). Sum of RGB (Red+Green+Blue) = 75+171+254=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BABFE is #B45401. Grayscale: #979797. Windows color (decimal): -11817986 or 16689995. OLE color: 16689995.

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

Color convert

RGB 75 171 254 -
CMYK 0.70 0.33 0 0.00
HSL 207.82º 0.99% 0.65% -
HSV(B) 207.82º 0.7% 1% -
XYZ 35.35 37.78 99.19 -
YUV 151.76 185.7 73.25 -
System Red Green Blue C M Y K H S L
Decimal 75 171 254 0.70 0.33 0 0.00 207.82 0.99 0.65
Hex 4B AB FE 46 21 0 0 D0 63 41
Octal 113 253 376 106 41 0 0 320 143 101
Binary 1001011 10101011 11111110 1000110 100001 0 0 11010000 1100011 1000001

Color Harmonies of #4BABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BABFE

Black with #4BABFE

Text Example


Text Example

White with #4BABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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