Html Css Color HEX #4CABFE Cornflower Blue

📋 copy color: '#4CABFE'

red 76 ◦ green 171 ◦ blue 254

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

Shades of Cornflower Blue #4CABFE

Tints of Cornflower Blue #4CABFE

RGB

 RED value IS 76 (30.08% from 255) = 15.17%

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

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

R = 15.17%
G = 34.13%
B = 50.7%

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

#4CABFE (or 0x4CABFE) is known color: Cornflower Blue. HEX triplet: 4C, AB and FE. RGB value is (76,171,254). Sum of RGB (Red+Green+Blue) = 76+171+254=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CABFE is #B35401. Grayscale: #979797. Windows color (decimal): -11752450 or 16689996. OLE color: 16689996.

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

Color convert

RGB 76 171 254 -
CMYK 0.70 0.33 0 0.00
HSL 207.98º 0.99% 0.65% -
HSV(B) 207.98º 0.7% 1% -
XYZ 35.43 37.82 99.2 -
YUV 152.06 185.53 73.75 -
System Red Green Blue C M Y K H S L
Decimal 76 171 254 0.70 0.33 0 0.00 207.98 0.99 0.65
Hex 4C AB FE 46 21 0 0 D0 63 41
Octal 114 253 376 106 41 0 0 320 143 101
Binary 1001100 10101011 11111110 1000110 100001 0 0 11010000 1100011 1000001

Color Harmonies of #4CABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CABFE

Black with #4CABFE

Text Example


Text Example

White with #4CABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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