Html Css Color HEX #B0DCEA Light Blue

📋 copy color: '#B0DCEA'

red 176 ◦ green 220 ◦ blue 234

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

Shades of Light Blue #B0DCEA

Tints of Light Blue #B0DCEA

RGB

 RED value IS 176 (69.14% from 255) = 27.94%

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

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 27.94%
G = 34.92%
B = 37.14%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0DCEA (or 0xB0DCEA) is known color: Light Blue. HEX triplet: B0, DC and EA. RGB value is (176,220,234). Sum of RGB (Red+Green+Blue) = 176+220+234=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCEA is #4F2315. Grayscale: #D0D0D0. Windows color (decimal): -5186326 or 15391920. OLE color: 15391920.

HSL color Cylindrical-coordinate representation of color #B0DCEA: hue angle of 194.48º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0DCEA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 220 234 -
CMYK 0.25 0.06 0 0.08
HSL 194.48º 0.58% 0.8% -
HSV(B) 194.48º 0.25% 0.92% -
XYZ 58.35 66.36 87.57 -
YUV 208.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 176 220 234 0.25 0.06 0 0.08 194.48 0.58 0.8
Hex B0 DC EA 19 6 0 8 C2 3A 50
Octal 260 334 352 31 6 0 10 302 72 120
Binary 10110000 11011100 11101010 11001 110 0 1000 11000010 111010 1010000

Color Harmonies of #B0DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCEA

Black with #B0DCEA

Text Example


Text Example

White with #B0DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCEA; }

 p { color: rgb(176,220,234); }

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

background-color css

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

 a { background-color: rgb(176,220,234); }

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

border-color css

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

 span { border-color: rgb(176,220,234); }

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