Html Css Color HEX #B8DFEB Light Blue

📋 copy color: '#B8DFEB'

red 184 ◦ green 223 ◦ blue 235

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

Shades of Light Blue #B8DFEB

Tints of Light Blue #B8DFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.74%

 BLUE value IS 235 (92.19% from 255) = 36.6%

R = 28.66%
G = 34.74%
B = 36.6%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8DFEB (or 0xB8DFEB) is known color: Light Blue. HEX triplet: B8, DF and EB. RGB value is (184,223,235). Sum of RGB (Red+Green+Blue) = 184+223+235=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DFEB is #472014. Grayscale: #D4D4D4. Windows color (decimal): -4661269 or 15458232. OLE color: 15458232.

HSL color Cylindrical-coordinate representation of color #B8DFEB: hue angle of 194.12º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8DFEB is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 223 235 -
CMYK 0.22 0.05 0 0.08
HSL 194.12º 0.56% 0.82% -
HSV(B) 194.12º 0.22% 0.92% -
XYZ 61.15 68.96 88.69 -
YUV 212.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 184 223 235 0.22 0.05 0 0.08 194.12 0.56 0.82
Hex B8 DF EB 16 5 0 8 C2 38 52
Octal 270 337 353 26 5 0 10 302 70 122
Binary 10111000 11011111 11101011 10110 101 0 1000 11000010 111000 1010010

Color Harmonies of #B8DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFEB

Black with #B8DFEB

Text Example


Text Example

White with #B8DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFEB; }

 p { color: rgb(184,223,235); }

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

background-color css

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

 a { background-color: rgb(184,223,235); }

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

border-color css

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

 span { border-color: rgb(184,223,235); }

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