Html Css Color HEX #B3DBFB Pale Cornflower Blue

📋 copy color: '#B3DBFB'

red 179 ◦ green 219 ◦ blue 251

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

Shades of Pale Cornflower Blue #B3DBFB

Tints of Pale Cornflower Blue #B3DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.74%

 BLUE value IS 251 (98.44% from 255) = 38.67%

R = 27.58%
G = 33.74%
B = 38.67%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3DBFB (or 0xB3DBFB) is known color: Pale Cornflower Blue. HEX triplet: B3, DB and FB. RGB value is (179,219,251). Sum of RGB (Red+Green+Blue) = 179+219+251=649 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.58% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBFB is #4C2404. Grayscale: #D2D2D2. Windows color (decimal): -4989957 or 16505779. OLE color: 16505779.

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

Color convert

RGB 179 219 251 -
CMYK 0.29 0.13 0 0.02
HSL 206.67º 0.9% 0.84% -
HSV(B) 206.67º 0.29% 0.98% -
XYZ 61.33 67.21 101.01 -
YUV 210.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 179 219 251 0.29 0.13 0 0.02 206.67 0.9 0.84
Hex B3 DB FB 1D D 0 2 CF 5A 54
Octal 263 333 373 35 15 0 2 317 132 124
Binary 10110011 11011011 11111011 11101 1101 0 10 11001111 1011010 1010100

Color Harmonies of #B3DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBFB

Black with #B3DBFB

Text Example


Text Example

White with #B3DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBFB; }

 p { color: rgb(179,219,251); }

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

background-color css

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

 a { background-color: rgb(179,219,251); }

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

border-color css

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

 span { border-color: rgb(179,219,251); }

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