Html Css Color HEX #B3CEFE Pale Cornflower Blue

📋 copy color: '#B3CEFE'

red 179 ◦ green 206 ◦ blue 254

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

Shades of Pale Cornflower Blue #B3CEFE

Tints of Pale Cornflower Blue #B3CEFE

RGB

 RED value IS 179 (70.31% from 255) = 28.01%

 GREEN value IS 206 (80.86% from 255) = 32.24%

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

R = 28.01%
G = 32.24%
B = 39.75%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B3CEFE (or 0xB3CEFE) is known color: Pale Cornflower Blue. HEX triplet: B3, CE and FE. RGB value is (179,206,254). Sum of RGB (Red+Green+Blue) = 179+206+254=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEFE is #4C3101. Grayscale: #CBCBCB. Windows color (decimal): -4993282 or 16699059. OLE color: 16699059.

HSL color Cylindrical-coordinate representation of color #B3CEFE: hue angle of 218.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3CEFE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 206 254 -
CMYK 0.30 0.19 0 0.00
HSL 218.4º 0.97% 0.85% -
HSV(B) 218.4º 0.3% 1% -
XYZ 58.55 60.88 102.43 -
YUV 203.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 179 206 254 0.30 0.19 0 0.00 218.4 0.97 0.85
Hex B3 CE FE 1E 13 0 0 DA 61 55
Octal 263 316 376 36 23 0 0 332 141 125
Binary 10110011 11001110 11111110 11110 10011 0 0 11011010 1100001 1010101

Color Harmonies of #B3CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CEFE

Black with #B3CEFE

Text Example


Text Example

White with #B3CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CEFE; }

 p { color: rgb(179,206,254); }

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

background-color css

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

 a { background-color: rgb(179,206,254); }

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

border-color css

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

 span { border-color: rgb(179,206,254); }

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