Html Css Color HEX #B1CFEF Pale Cornflower Blue

📋 copy color: '#B1CFEF'

red 177 ◦ green 207 ◦ blue 239

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

Shades of Pale Cornflower Blue #B1CFEF

Tints of Pale Cornflower Blue #B1CFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.23%

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

R = 28.41%
G = 33.23%
B = 38.36%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B1CFEF (or 0xB1CFEF) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and EF. RGB value is (177,207,239). Sum of RGB (Red+Green+Blue) = 177+207+239=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFEF is #4E3010. Grayscale: #C9C9C9. Windows color (decimal): -5124113 or 15716273. OLE color: 15716273.

HSL color Cylindrical-coordinate representation of color #B1CFEF: hue angle of 210.97º 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 #B1CFEF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 207 239 -
CMYK 0.26 0.13 0 0.06
HSL 210.97º 0.66% 0.82% -
HSV(B) 210.97º 0.26% 0.94% -
XYZ 56.02 60.2 90.33 -
YUV 201.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 177 207 239 0.26 0.13 0 0.06 210.97 0.66 0.82
Hex B1 CF EF 1A D 0 6 D3 42 52
Octal 261 317 357 32 15 0 6 323 102 122
Binary 10110001 11001111 11101111 11010 1101 0 110 11010011 1000010 1010010

Color Harmonies of #B1CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFEF

Black with #B1CFEF

Text Example


Text Example

White with #B1CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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