Html Css Color HEX #B7DAE3 Light Blue

📋 copy color: '#B7DAE3'

red 183 ◦ green 218 ◦ blue 227

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

Shades of Light Blue #B7DAE3

Tints of Light Blue #B7DAE3

RGB

 RED value IS 183 (71.88% from 255) = 29.14%

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

 BLUE value IS 227 (89.06% from 255) = 36.15%

R = 29.14%
G = 34.71%
B = 36.15%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B7DAE3 (or 0xB7DAE3) is known color: Light Blue. HEX triplet: B7, DA and E3. RGB value is (183,218,227). Sum of RGB (Red+Green+Blue) = 183+218+227=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 227 - color contains mainly: blue. Hex color #B7DAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAE3 is #48251C. Grayscale: #D0D0D0. Windows color (decimal): -4728093 or 14932663. OLE color: 14932663.

HSL color Cylindrical-coordinate representation of color #B7DAE3: hue angle of 192.27º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7DAE3 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 218 227 -
CMYK 0.19 0.04 0 0.11
HSL 192.27º 0.44% 0.8% -
HSV(B) 192.27º 0.19% 0.89% -
XYZ 58.46 65.76 82.28 -
YUV 208.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 183 218 227 0.19 0.04 0 0.11 192.27 0.44 0.8
Hex B7 DA E3 13 4 0 B C0 2C 50
Octal 267 332 343 23 4 0 13 300 54 120
Binary 10110111 11011010 11100011 10011 100 0 1011 11000000 101100 1010000

Color Harmonies of #B7DAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DAE3

Black with #B7DAE3

Text Example


Text Example

White with #B7DAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DAE3; }

 p { color: rgb(183,218,227); }

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

background-color css

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

 a { background-color: rgb(183,218,227); }

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

border-color css

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

 span { border-color: rgb(183,218,227); }

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