Html Css Color HEX #B8DCEF Light Blue

📋 copy color: '#B8DCEF'

red 184 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #B8DCEF

Tints of Light Blue #B8DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.21%

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

R = 28.62%
G = 34.21%
B = 37.17%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8DCEF (or 0xB8DCEF) is known color: Light Blue. HEX triplet: B8, DC and EF. RGB value is (184,220,239). Sum of RGB (Red+Green+Blue) = 184+220+239=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCEF is #472310. Grayscale: #D3D3D3. Windows color (decimal): -4662033 or 15719608. OLE color: 15719608.

HSL color Cylindrical-coordinate representation of color #B8DCEF: hue angle of 200.73º 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 #B8DCEF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 220 239 -
CMYK 0.23 0.08 0 0.06
HSL 200.73º 0.63% 0.83% -
HSV(B) 200.73º 0.23% 0.94% -
XYZ 60.94 67.61 91.5 -
YUV 211.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 184 220 239 0.23 0.08 0 0.06 200.73 0.63 0.83
Hex B8 DC EF 17 8 0 6 C9 3F 53
Octal 270 334 357 27 10 0 6 311 77 123
Binary 10111000 11011100 11101111 10111 1000 0 110 11001001 111111 1010011

Color Harmonies of #B8DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCEF

Black with #B8DCEF

Text Example


Text Example

White with #B8DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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