Html Css Color HEX #B3DDFC Pale Cornflower Blue

📋 copy color: '#B3DDFC'

red 179 ◦ green 221 ◦ blue 252

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

Shades of Pale Cornflower Blue #B3DDFC

Tints of Pale Cornflower Blue #B3DDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 27.45%
G = 33.9%
B = 38.65%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B3DDFC (or 0xB3DDFC) is known color: Pale Cornflower Blue. HEX triplet: B3, DD and FC. RGB value is (179,221,252). Sum of RGB (Red+Green+Blue) = 179+221+252=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DDFC is #4C2203. Grayscale: #D3D3D3. Windows color (decimal): -4989444 or 16571827. OLE color: 16571827.

HSL color Cylindrical-coordinate representation of color #B3DDFC: hue angle of 205.48º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3DDFC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 221 252 -
CMYK 0.29 0.12 0 0.01
HSL 205.48º 0.92% 0.85% -
HSV(B) 205.48º 0.29% 0.99% -
XYZ 62.02 68.32 102.01 -
YUV 211.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 179 221 252 0.29 0.12 0 0.01 205.48 0.92 0.85
Hex B3 DD FC 1D C 0 1 CD 5C 55
Octal 263 335 374 35 14 0 1 315 134 125
Binary 10110011 11011101 11111100 11101 1100 0 1 11001101 1011100 1010101

Color Harmonies of #B3DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDFC

Black with #B3DDFC

Text Example


Text Example

White with #B3DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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