Html Css Color HEX #B3DBFC Pale Cornflower Blue

📋 copy color: '#B3DBFC'

red 179 ◦ green 219 ◦ blue 252

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

Shades of Pale Cornflower Blue #B3DBFC

Tints of Pale Cornflower Blue #B3DBFC

RGB

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

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

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

R = 27.54%
G = 33.69%
B = 38.77%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B3DBFC (or 0xB3DBFC) is known color: Pale Cornflower Blue. HEX triplet: B3, DB and FC. RGB value is (179,219,252). Sum of RGB (Red+Green+Blue) = 179+219+252=650 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.54% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DBFC is #4C2403. Grayscale: #D2D2D2. Windows color (decimal): -4989956 or 16571315. OLE color: 16571315.

HSL color Cylindrical-coordinate representation of color #B3DBFC: hue angle of 207.12º 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 #B3DBFC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 219 252 -
CMYK 0.29 0.13 0 0.01
HSL 207.12º 0.92% 0.85% -
HSV(B) 207.12º 0.29% 0.99% -
XYZ 61.49 67.28 101.84 -
YUV 210.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 179 219 252 0.29 0.13 0 0.01 207.12 0.92 0.85
Hex B3 DB FC 1D D 0 1 CF 5C 55
Octal 263 333 374 35 15 0 1 317 134 125
Binary 10110011 11011011 11111100 11101 1101 0 1 11001111 1011100 1010101

Color Harmonies of #B3DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBFC

Black with #B3DBFC

Text Example


Text Example

White with #B3DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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