Html Css Color HEX #B3CFFE Pale Cornflower Blue

📋 copy color: '#B3CFFE'

red 179 ◦ green 207 ◦ blue 254

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

Shades of Pale Cornflower Blue #B3CFFE

Tints of Pale Cornflower Blue #B3CFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.69%

R = 27.97%
G = 32.34%
B = 39.69%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B3CFFE (or 0xB3CFFE) is known color: Pale Cornflower Blue. HEX triplet: B3, CF and FE. RGB value is (179,207,254). Sum of RGB (Red+Green+Blue) = 179+207+254=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFFE is #4C3001. Grayscale: #CBCBCB. Windows color (decimal): -4993026 or 16699315. OLE color: 16699315.

HSL color Cylindrical-coordinate representation of color #B3CFFE: hue angle of 217.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3CFFE is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 207 254 -
CMYK 0.30 0.19 0 0.00
HSL 217.6º 0.97% 0.85% -
HSV(B) 217.6º 0.3% 1% -
XYZ 58.79 61.37 102.51 -
YUV 203.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 179 207 254 0.30 0.19 0 0.00 217.6 0.97 0.85
Hex B3 CF FE 1E 13 0 0 DA 61 55
Octal 263 317 376 36 23 0 0 332 141 125
Binary 10110011 11001111 11111110 11110 10011 0 0 11011010 1100001 1010101

Color Harmonies of #B3CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFFE

Black with #B3CFFE

Text Example


Text Example

White with #B3CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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