Html Css Color HEX #B1D3EA Pale Cornflower Blue

📋 copy color: '#B1D3EA'

red 177 ◦ green 211 ◦ blue 234

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

Shades of Pale Cornflower Blue #B1D3EA

Tints of Pale Cornflower Blue #B1D3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 28.46%
G = 33.92%
B = 37.62%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1D3EA (or 0xB1D3EA) is known color: Pale Cornflower Blue. HEX triplet: B1, D3 and EA. RGB value is (177,211,234). Sum of RGB (Red+Green+Blue) = 177+211+234=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D3EA is #4E2C15. Grayscale: #CBCBCB. Windows color (decimal): -5123094 or 15389617. OLE color: 15389617.

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

Color convert

RGB 177 211 234 -
CMYK 0.24 0.10 0 0.08
HSL 204.21º 0.58% 0.81% -
HSV(B) 204.21º 0.24% 0.92% -
XYZ 56.28 61.88 86.82 -
YUV 203.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 177 211 234 0.24 0.10 0 0.08 204.21 0.58 0.81
Hex B1 D3 EA 18 A 0 8 CC 3A 51
Octal 261 323 352 30 12 0 10 314 72 121
Binary 10110001 11010011 11101010 11000 1010 0 1000 11001100 111010 1010001

Color Harmonies of #B1D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D3EA

Black with #B1D3EA

Text Example


Text Example

White with #B1D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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