Html Css Color HEX #B5DFED Light Blue

📋 copy color: '#B5DFED'

red 181 ◦ green 223 ◦ blue 237

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

Shades of Light Blue #B5DFED

Tints of Light Blue #B5DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 28.24%
G = 34.79%
B = 36.97%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5DFED (or 0xB5DFED) is known color: Light Blue. HEX triplet: B5, DF and ED. RGB value is (181,223,237). Sum of RGB (Red+Green+Blue) = 181+223+237=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DFED is #4A2012. Grayscale: #D3D3D3. Windows color (decimal): -4857875 or 15589301. OLE color: 15589301.

HSL color Cylindrical-coordinate representation of color #B5DFED: hue angle of 195º degrees, saturation: 0.61, 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 #B5DFED is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 223 237 -
CMYK 0.24 0.06 0 0.07
HSL 195º 0.61% 0.82% -
HSV(B) 195º 0.24% 0.93% -
XYZ 60.73 68.71 90.18 -
YUV 212.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 181 223 237 0.24 0.06 0 0.07 195 0.61 0.82
Hex B5 DF ED 18 6 0 7 C3 3D 52
Octal 265 337 355 30 6 0 7 303 75 122
Binary 10110101 11011111 11101101 11000 110 0 111 11000011 111101 1010010

Color Harmonies of #B5DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DFED

Black with #B5DFED

Text Example


Text Example

White with #B5DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DFED; }

 p { color: rgb(181,223,237); }

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

background-color css

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

 a { background-color: rgb(181,223,237); }

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

border-color css

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

 span { border-color: rgb(181,223,237); }

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