Html Css Color HEX #B6DBFE Pale Cornflower Blue

📋 copy color: '#B6DBFE'

red 182 ◦ green 219 ◦ blue 254

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

Shades of Pale Cornflower Blue #B6DBFE

Tints of Pale Cornflower Blue #B6DBFE

RGB

 RED value IS 182 (71.48% from 255) = 27.79%

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

 BLUE value IS 254 (99.61% from 255) = 38.78%

R = 27.79%
G = 33.44%
B = 38.78%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B6DBFE (or 0xB6DBFE) is known color: Pale Cornflower Blue. HEX triplet: B6, DB and FE. RGB value is (182,219,254). Sum of RGB (Red+Green+Blue) = 182+219+254=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBFE is #492401. Grayscale: #D3D3D3. Windows color (decimal): -4793346 or 16702390. OLE color: 16702390.

HSL color Cylindrical-coordinate representation of color #B6DBFE: hue angle of 209.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6DBFE is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 219 254 -
CMYK 0.28 0.14 0 0.00
HSL 209.17º 0.97% 0.85% -
HSV(B) 209.17º 0.28% 1% -
XYZ 62.51 67.76 103.55 -
YUV 211.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 182 219 254 0.28 0.14 0 0.00 209.17 0.97 0.85
Hex B6 DB FE 1C E 0 0 D1 61 55
Octal 266 333 376 34 16 0 0 321 141 125
Binary 10110110 11011011 11111110 11100 1110 0 0 11010001 1100001 1010101

Color Harmonies of #B6DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBFE

Black with #B6DBFE

Text Example


Text Example

White with #B6DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBFE; }

 p { color: rgb(182,219,254); }

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

background-color css

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

 a { background-color: rgb(182,219,254); }

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

border-color css

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

 span { border-color: rgb(182,219,254); }

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