Html Css Color HEX #B5DAEE Light Blue

📋 copy color: '#B5DAEE'

red 181 ◦ green 218 ◦ blue 238

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

Shades of Light Blue #B5DAEE

Tints of Light Blue #B5DAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 28.41%
G = 34.22%
B = 37.36%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5DAEE (or 0xB5DAEE) is known color: Light Blue. HEX triplet: B5, DA and EE. RGB value is (181,218,238). Sum of RGB (Red+Green+Blue) = 181+218+238=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAEE is #4A2511. Grayscale: #D1D1D1. Windows color (decimal): -4859154 or 15653557. OLE color: 15653557.

HSL color Cylindrical-coordinate representation of color #B5DAEE: hue angle of 201.05º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5DAEE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 218 238 -
CMYK 0.24 0.08 0 0.07
HSL 201.05º 0.63% 0.82% -
HSV(B) 201.05º 0.24% 0.93% -
XYZ 59.56 66.14 90.52 -
YUV 209.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 181 218 238 0.24 0.08 0 0.07 201.05 0.63 0.82
Hex B5 DA EE 18 8 0 7 C9 3F 52
Octal 265 332 356 30 10 0 7 311 77 122
Binary 10110101 11011010 11101110 11000 1000 0 111 11001001 111111 1010010

Color Harmonies of #B5DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DAEE

Black with #B5DAEE

Text Example


Text Example

White with #B5DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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