Html Css Color HEX #B5DCEA Light Blue

📋 copy color: '#B5DCEA'

red 181 ◦ green 220 ◦ blue 234

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

Shades of Light Blue #B5DCEA

Tints of Light Blue #B5DCEA

RGB

 RED value IS 181 (71.09% from 255) = 28.5%

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

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

R = 28.5%
G = 34.65%
B = 36.85%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5DCEA (or 0xB5DCEA) is known color: Light Blue. HEX triplet: B5, DC and EA. RGB value is (181,220,234). Sum of RGB (Red+Green+Blue) = 181+220+234=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCEA is #4A2315. Grayscale: #D1D1D1. Windows color (decimal): -4858646 or 15391925. OLE color: 15391925.

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

Color convert

RGB 181 220 234 -
CMYK 0.23 0.06 0 0.08
HSL 195.85º 0.56% 0.81% -
HSV(B) 195.85º 0.23% 0.92% -
XYZ 59.5 66.95 87.63 -
YUV 209.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 181 220 234 0.23 0.06 0 0.08 195.85 0.56 0.81
Hex B5 DC EA 17 6 0 8 C4 38 51
Octal 265 334 352 27 6 0 10 304 70 121
Binary 10110101 11011100 11101010 10111 110 0 1000 11000100 111000 1010001

Color Harmonies of #B5DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCEA

Black with #B5DCEA

Text Example


Text Example

White with #B5DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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