Html Css Color HEX #B3D3FA Pale Cornflower Blue

📋 copy color: '#B3D3FA'

red 179 ◦ green 211 ◦ blue 250

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

Shades of Pale Cornflower Blue #B3D3FA

Tints of Pale Cornflower Blue #B3D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.97%

 BLUE value IS 250 (98.05% from 255) = 39.06%

R = 27.97%
G = 32.97%
B = 39.06%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3D3FA (or 0xB3D3FA) is known color: Pale Cornflower Blue. HEX triplet: B3, D3 and FA. RGB value is (179,211,250). Sum of RGB (Red+Green+Blue) = 179+211+250=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3D3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D3FA is #4C2C05. Grayscale: #CDCDCD. Windows color (decimal): -4992006 or 16438195. OLE color: 16438195.

HSL color Cylindrical-coordinate representation of color #B3D3FA: hue angle of 212.96º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3D3FA is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 211 250 -
CMYK 0.28 0.16 0 0.02
HSL 212.96º 0.88% 0.84% -
HSV(B) 212.96º 0.28% 0.98% -
XYZ 59.14 63.07 99.5 -
YUV 205.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 179 211 250 0.28 0.16 0 0.02 212.96 0.88 0.84
Hex B3 D3 FA 1C 10 0 2 D5 58 54
Octal 263 323 372 34 20 0 2 325 130 124
Binary 10110011 11010011 11111010 11100 10000 0 10 11010101 1011000 1010100

Color Harmonies of #B3D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D3FA

Black with #B3D3FA

Text Example


Text Example

White with #B3D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D3FA; }

 p { color: rgb(179,211,250); }

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

background-color css

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

 a { background-color: rgb(179,211,250); }

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

border-color css

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

 span { border-color: rgb(179,211,250); }

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