Html Css Color HEX #B8D3EF Pale Cornflower Blue

📋 copy color: '#B8D3EF'

red 184 ◦ green 211 ◦ blue 239

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

Shades of Pale Cornflower Blue #B8D3EF

Tints of Pale Cornflower Blue #B8D3EF

RGB

 RED value IS 184 (72.27% from 255) = 29.02%

 GREEN value IS 211 (82.81% from 255) = 33.28%

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 29.02%
G = 33.28%
B = 37.7%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8D3EF (or 0xB8D3EF) is known color: Pale Cornflower Blue. HEX triplet: B8, D3 and EF. RGB value is (184,211,239). Sum of RGB (Red+Green+Blue) = 184+211+239=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D3EF is #472C10. Grayscale: #CDCDCD. Windows color (decimal): -4664337 or 15717304. OLE color: 15717304.

HSL color Cylindrical-coordinate representation of color #B8D3EF: hue angle of 210.55º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D3EF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 211 239 -
CMYK 0.23 0.12 0 0.06
HSL 210.55º 0.63% 0.83% -
HSV(B) 210.55º 0.23% 0.94% -
XYZ 58.64 63.01 90.73 -
YUV 206.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 184 211 239 0.23 0.12 0 0.06 210.55 0.63 0.83
Hex B8 D3 EF 17 C 0 6 D3 3F 53
Octal 270 323 357 27 14 0 6 323 77 123
Binary 10111000 11010011 11101111 10111 1100 0 110 11010011 111111 1010011

Color Harmonies of #B8D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D3EF

Black with #B8D3EF

Text Example


Text Example

White with #B8D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D3EF; }

 p { color: rgb(184,211,239); }

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

background-color css

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

 a { background-color: rgb(184,211,239); }

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

border-color css

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

 span { border-color: rgb(184,211,239); }

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