Html Css Color HEX #B7E3FE Columbia Blue

📋 copy color: '#B7E3FE'

red 183 ◦ green 227 ◦ blue 254

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

Shades of Columbia Blue #B7E3FE

Tints of Columbia Blue #B7E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.19%

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 27.56%
G = 34.19%
B = 38.25%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7E3FE (or 0xB7E3FE) is known color: Columbia Blue. HEX triplet: B7, E3 and FE. RGB value is (183,227,254). Sum of RGB (Red+Green+Blue) = 183+227+254=664 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.56% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E3FE is #481C01. Grayscale: #D8D8D8. Windows color (decimal): -4725762 or 16704439. OLE color: 16704439.

HSL color Cylindrical-coordinate representation of color #B7E3FE: hue angle of 202.82º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7E3FE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 227 254 -
CMYK 0.28 0.11 0 0.00
HSL 202.82º 0.97% 0.86% -
HSV(B) 202.82º 0.28% 1% -
XYZ 64.89 72.16 104.27 -
YUV 216.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 183 227 254 0.28 0.11 0 0.00 202.82 0.97 0.86
Hex B7 E3 FE 1C B 0 0 CB 61 56
Octal 267 343 376 34 13 0 0 313 141 126
Binary 10110111 11100011 11111110 11100 1011 0 0 11001011 1100001 1010110

Color Harmonies of #B7E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7E3FE

Black with #B7E3FE

Text Example


Text Example

White with #B7E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7E3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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