Html Css Color HEX #B3DDF9 Pale Cornflower Blue

📋 copy color: '#B3DDF9'

red 179 ◦ green 221 ◦ blue 249

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

Shades of Pale Cornflower Blue #B3DDF9

Tints of Pale Cornflower Blue #B3DDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.37%

R = 27.58%
G = 34.05%
B = 38.37%

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

#B3DDF9 (or 0xB3DDF9) is known color: Pale Cornflower Blue. HEX triplet: B3, DD and F9. RGB value is (179,221,249). Sum of RGB (Red+Green+Blue) = 179+221+249=649 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.58% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDF9 is #4C2206. Grayscale: #D3D3D3. Windows color (decimal): -4989447 or 16375219. OLE color: 16375219.

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

Color convert

RGB 179 221 249 -
CMYK 0.28 0.11 0 0.02
HSL 204º 0.85% 0.84% -
HSV(B) 204º 0.28% 0.98% -
XYZ 61.55 68.14 99.53 -
YUV 211.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 179 221 249 0.28 0.11 0 0.02 204 0.85 0.84
Hex B3 DD F9 1C B 0 2 CC 55 54
Octal 263 335 371 34 13 0 2 314 125 124
Binary 10110011 11011101 11111001 11100 1011 0 10 11001100 1010101 1010100

Color Harmonies of #B3DDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDF9

Black with #B3DDF9

Text Example


Text Example

White with #B3DDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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