Html Css Color HEX #B3CFEB Pale Cornflower Blue

📋 copy color: '#B3CFEB'

red 179 ◦ green 207 ◦ blue 235

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

Shades of Pale Cornflower Blue #B3CFEB

Tints of Pale Cornflower Blue #B3CFEB

RGB

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

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

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

R = 28.82%
G = 33.33%
B = 37.84%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B3CFEB (or 0xB3CFEB) is known color: Pale Cornflower Blue. HEX triplet: B3, CF and EB. RGB value is (179,207,235). Sum of RGB (Red+Green+Blue) = 179+207+235=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFEB is #4C3014. Grayscale: #C9C9C9. Windows color (decimal): -4993045 or 15454131. OLE color: 15454131.

HSL color Cylindrical-coordinate representation of color #B3CFEB: hue angle of 210º 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 #B3CFEB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 207 235 -
CMYK 0.24 0.12 0 0.08
HSL 210º 0.58% 0.81% -
HSV(B) 210º 0.24% 0.92% -
XYZ 55.9 60.21 87.27 -
YUV 201.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 179 207 235 0.24 0.12 0 0.08 210 0.58 0.81
Hex B3 CF EB 18 C 0 8 D2 3A 51
Octal 263 317 353 30 14 0 10 322 72 121
Binary 10110011 11001111 11101011 11000 1100 0 1000 11010010 111010 1010001

Color Harmonies of #B3CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFEB

Black with #B3CFEB

Text Example


Text Example

White with #B3CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFEB; }

 p { color: rgb(179,207,235); }

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

background-color css

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

 a { background-color: rgb(179,207,235); }

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

border-color css

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

 span { border-color: rgb(179,207,235); }

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