Html Css Color HEX #B3DEFA Pale Cornflower Blue

📋 copy color: '#B3DEFA'

red 179 ◦ green 222 ◦ blue 250

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

Shades of Pale Cornflower Blue #B3DEFA

Tints of Pale Cornflower Blue #B3DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.1%

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

R = 27.5%
G = 34.1%
B = 38.4%

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

#B3DEFA (or 0xB3DEFA) is known color: Pale Cornflower Blue. HEX triplet: B3, DE and FA. RGB value is (179,222,250). Sum of RGB (Red+Green+Blue) = 179+222+250=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DEFA is #4C2105. Grayscale: #D4D4D4. Windows color (decimal): -4989190 or 16441011. OLE color: 16441011.

HSL color Cylindrical-coordinate representation of color #B3DEFA: hue angle of 203.66º 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 #B3DEFA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 222 250 -
CMYK 0.28 0.11 0 0.02
HSL 203.66º 0.88% 0.84% -
HSV(B) 203.66º 0.28% 0.98% -
XYZ 61.97 68.73 100.44 -
YUV 212.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 179 222 250 0.28 0.11 0 0.02 203.66 0.88 0.84
Hex B3 DE FA 1C B 0 2 CC 58 54
Octal 263 336 372 34 13 0 2 314 130 124
Binary 10110011 11011110 11111010 11100 1011 0 10 11001100 1011000 1010100

Color Harmonies of #B3DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DEFA

Black with #B3DEFA

Text Example


Text Example

White with #B3DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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