Html Css Color HEX #B1D7EF Pale Cornflower Blue

📋 copy color: '#B1D7EF'

red 177 ◦ green 215 ◦ blue 239

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

Shades of Pale Cornflower Blue #B1D7EF

Tints of Pale Cornflower Blue #B1D7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.07%

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 28.05%
G = 34.07%
B = 37.88%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B1D7EF (or 0xB1D7EF) is known color: Pale Cornflower Blue. HEX triplet: B1, D7 and EF. RGB value is (177,215,239). Sum of RGB (Red+Green+Blue) = 177+215+239=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1D7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D7EF is #4E2810. Grayscale: #CECECE. Windows color (decimal): -5122065 or 15718321. OLE color: 15718321.

HSL color Cylindrical-coordinate representation of color #B1D7EF: hue angle of 203.23º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D7EF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 215 239 -
CMYK 0.26 0.10 0 0.06
HSL 203.23º 0.66% 0.82% -
HSV(B) 203.23º 0.26% 0.94% -
XYZ 58.01 64.18 90.99 -
YUV 206.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 177 215 239 0.26 0.10 0 0.06 203.23 0.66 0.82
Hex B1 D7 EF 1A A 0 6 CB 42 52
Octal 261 327 357 32 12 0 6 313 102 122
Binary 10110001 11010111 11101111 11010 1010 0 110 11001011 1000010 1010010

Color Harmonies of #B1D7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D7EF

Black with #B1D7EF

Text Example


Text Example

White with #B1D7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D7EF; }

 p { color: rgb(177,215,239); }

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

background-color css

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

 a { background-color: rgb(177,215,239); }

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

border-color css

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

 span { border-color: rgb(177,215,239); }

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