Html Css Color HEX #B5DAEA Light Blue

📋 copy color: '#B5DAEA'

red 181 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #B5DAEA

Tints of Light Blue #B5DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.44%

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

R = 28.59%
G = 34.44%
B = 36.97%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5DAEA (or 0xB5DAEA) is known color: Light Blue. HEX triplet: B5, DA and EA. RGB value is (181,218,234). Sum of RGB (Red+Green+Blue) = 181+218+234=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAEA is #4A2515. Grayscale: #D0D0D0. Windows color (decimal): -4859158 or 15391413. OLE color: 15391413.

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

Color convert

RGB 181 218 234 -
CMYK 0.23 0.07 0 0.08
HSL 198.11º 0.56% 0.81% -
HSV(B) 198.11º 0.23% 0.92% -
XYZ 58.98 65.91 87.45 -
YUV 208.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 181 218 234 0.23 0.07 0 0.08 198.11 0.56 0.81
Hex B5 DA EA 17 7 0 8 C6 38 51
Octal 265 332 352 27 7 0 10 306 70 121
Binary 10110101 11011010 11101010 10111 111 0 1000 11000110 111000 1010001

Color Harmonies of #B5DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DAEA

Black with #B5DAEA

Text Example


Text Example

White with #B5DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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