Html Css Color HEX #B1D3EB Pale Cornflower Blue

📋 copy color: '#B1D3EB'

red 177 ◦ green 211 ◦ blue 235

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

Shades of Pale Cornflower Blue #B1D3EB

Tints of Pale Cornflower Blue #B1D3EB

RGB

 RED value IS 177 (69.53% from 255) = 28.41%

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

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 28.41%
G = 33.87%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1D3EB (or 0xB1D3EB) is known color: Pale Cornflower Blue. HEX triplet: B1, D3 and EB. RGB value is (177,211,235). Sum of RGB (Red+Green+Blue) = 177+211+235=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1D3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D3EB is #4E2C14. Grayscale: #CBCBCB. Windows color (decimal): -5123093 or 15455153. OLE color: 15455153.

HSL color Cylindrical-coordinate representation of color #B1D3EB: hue angle of 204.83º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1D3EB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 211 235 -
CMYK 0.25 0.10 0 0.08
HSL 204.83º 0.59% 0.81% -
HSV(B) 204.83º 0.25% 0.92% -
XYZ 56.42 61.93 87.58 -
YUV 203.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 177 211 235 0.25 0.10 0 0.08 204.83 0.59 0.81
Hex B1 D3 EB 19 A 0 8 CD 3B 51
Octal 261 323 353 31 12 0 10 315 73 121
Binary 10110001 11010011 11101011 11001 1010 0 1000 11001101 111011 1010001

Color Harmonies of #B1D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D3EB

Black with #B1D3EB

Text Example


Text Example

White with #B1D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D3EB; }

 p { color: rgb(177,211,235); }

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

background-color css

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

 a { background-color: rgb(177,211,235); }

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

border-color css

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

 span { border-color: rgb(177,211,235); }

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