Html Css Color HEX #B3DAFE Pale Cornflower Blue

📋 copy color: '#B3DAFE'

red 179 ◦ green 218 ◦ blue 254

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

Shades of Pale Cornflower Blue #B3DAFE

Tints of Pale Cornflower Blue #B3DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.49%

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

R = 27.5%
G = 33.49%
B = 39.02%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B3DAFE (or 0xB3DAFE) is known color: Pale Cornflower Blue. HEX triplet: B3, DA and FE. RGB value is (179,218,254). Sum of RGB (Red+Green+Blue) = 179+218+254=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DAFE is #4C2501. Grayscale: #D2D2D2. Windows color (decimal): -4990210 or 16702131. OLE color: 16702131.

HSL color Cylindrical-coordinate representation of color #B3DAFE: hue angle of 208.8º 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 #B3DAFE is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 218 254 -
CMYK 0.30 0.14 0 0.00
HSL 208.8º 0.97% 0.85% -
HSV(B) 208.8º 0.3% 1% -
XYZ 61.55 66.88 103.43 -
YUV 210.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 179 218 254 0.30 0.14 0 0.00 208.8 0.97 0.85
Hex B3 DA FE 1E E 0 0 D1 61 55
Octal 263 332 376 36 16 0 0 321 141 125
Binary 10110011 11011010 11111110 11110 1110 0 0 11010001 1100001 1010101

Color Harmonies of #B3DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DAFE

Black with #B3DAFE

Text Example


Text Example

White with #B3DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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