Html Css Color HEX #B3DDF8 Pale Cornflower Blue

📋 copy color: '#B3DDF8'

red 179 ◦ green 221 ◦ blue 248

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

Shades of Pale Cornflower Blue #B3DDF8

Tints of Pale Cornflower Blue #B3DDF8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.1%

 BLUE value IS 248 (97.27% from 255) = 38.27%

R = 27.62%
G = 34.1%
B = 38.27%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B3DDF8 (or 0xB3DDF8) is known color: Pale Cornflower Blue. HEX triplet: B3, DD and F8. RGB value is (179,221,248). Sum of RGB (Red+Green+Blue) = 179+221+248=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #B3DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDF8 is #4C2207. Grayscale: #D3D3D3. Windows color (decimal): -4989448 or 16309683. OLE color: 16309683.

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

Color convert

RGB 179 221 248 -
CMYK 0.28 0.11 0 0.03
HSL 203.48º 0.83% 0.84% -
HSV(B) 203.48º 0.28% 0.97% -
XYZ 61.39 68.07 98.71 -
YUV 211.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 179 221 248 0.28 0.11 0 0.03 203.48 0.83 0.84
Hex B3 DD F8 1C B 0 3 CB 53 54
Octal 263 335 370 34 13 0 3 313 123 124
Binary 10110011 11011101 11111000 11100 1011 0 11 11001011 1010011 1010100

Color Harmonies of #B3DDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDF8

Black with #B3DDF8

Text Example


Text Example

White with #B3DDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDF8; }

 p { color: rgb(179,221,248); }

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

background-color css

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

 a { background-color: rgb(179,221,248); }

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

border-color css

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

 span { border-color: rgb(179,221,248); }

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