Html Css Color HEX #B3DFFA Pale Cornflower Blue

📋 copy color: '#B3DFFA'

red 179 ◦ green 223 ◦ blue 250

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

Shades of Pale Cornflower Blue #B3DFFA

Tints of Pale Cornflower Blue #B3DFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.2%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 27.45%
G = 34.2%
B = 38.34%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3DFFA (or 0xB3DFFA) is known color: Pale Cornflower Blue. HEX triplet: B3, DF and FA. RGB value is (179,223,250). Sum of RGB (Red+Green+Blue) = 179+223+250=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DFFA is #4C2005. Grayscale: #D4D4D4. Windows color (decimal): -4988934 or 16441267. OLE color: 16441267.

HSL color Cylindrical-coordinate representation of color #B3DFFA: hue angle of 202.82º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3DFFA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 223 250 -
CMYK 0.28 0.11 0 0.02
HSL 202.82º 0.88% 0.84% -
HSV(B) 202.82º 0.28% 0.98% -
XYZ 62.23 69.26 100.53 -
YUV 212.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 179 223 250 0.28 0.11 0 0.02 202.82 0.88 0.84
Hex B3 DF FA 1C B 0 2 CB 58 54
Octal 263 337 372 34 13 0 2 313 130 124
Binary 10110011 11011111 11111010 11100 1011 0 10 11001011 1011000 1010100

Color Harmonies of #B3DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFFA

Black with #B3DFFA

Text Example


Text Example

White with #B3DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFFA; }

 p { color: rgb(179,223,250); }

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

background-color css

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

 a { background-color: rgb(179,223,250); }

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

border-color css

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

 span { border-color: rgb(179,223,250); }

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