Html Css Color HEX #B7CED8 Light Blue

📋 copy color: '#B7CED8'

red 183 ◦ green 206 ◦ blue 216

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

Shades of Light Blue #B7CED8

Tints of Light Blue #B7CED8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.05%

 BLUE value IS 216 (84.77% from 255) = 35.7%

R = 30.25%
G = 34.05%
B = 35.7%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B7CED8 (or 0xB7CED8) is known color: Light Blue. HEX triplet: B7, CE and D8. RGB value is (183,206,216). Sum of RGB (Red+Green+Blue) = 183+206+216=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CED8 is #483127. Grayscale: #C8C8C8. Windows color (decimal): -4731176 or 14208695. OLE color: 14208695.

HSL color Cylindrical-coordinate representation of color #B7CED8: hue angle of 198.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7CED8 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 206 216 -
CMYK 0.15 0.05 0 0.15
HSL 198.18º 0.3% 0.78% -
HSV(B) 198.18º 0.15% 0.85% -
XYZ 53.99 59.17 73.54 -
YUV 200.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 183 206 216 0.15 0.05 0 0.15 198.18 0.3 0.78
Hex B7 CE D8 F 5 0 F C6 1E 4E
Octal 267 316 330 17 5 0 17 306 36 116
Binary 10110111 11001110 11011000 1111 101 0 1111 11000110 11110 1001110

Color Harmonies of #B7CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CED8

Black with #B7CED8

Text Example


Text Example

White with #B7CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CED8; }

 p { color: rgb(183,206,216); }

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

background-color css

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

 a { background-color: rgb(183,206,216); }

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

border-color css

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

 span { border-color: rgb(183,206,216); }

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