Html Css Color HEX #B7E2FE Columbia Blue

📋 copy color: '#B7E2FE'

red 183 ◦ green 226 ◦ blue 254

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

Shades of Columbia Blue #B7E2FE

Tints of Columbia Blue #B7E2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.09%

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

R = 27.6%
G = 34.09%
B = 38.31%

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

#B7E2FE (or 0xB7E2FE) is known color: Columbia Blue. HEX triplet: B7, E2 and FE. RGB value is (183,226,254). Sum of RGB (Red+Green+Blue) = 183+226+254=663 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.60% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E2FE is #481D01. Grayscale: #D8D8D8. Windows color (decimal): -4726018 or 16704183. OLE color: 16704183.

HSL color Cylindrical-coordinate representation of color #B7E2FE: hue angle of 203.66º 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 #B7E2FE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 226 254 -
CMYK 0.28 0.11 0 0.00
HSL 203.66º 0.97% 0.86% -
HSV(B) 203.66º 0.28% 1% -
XYZ 64.61 71.62 104.18 -
YUV 216.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 183 226 254 0.28 0.11 0 0.00 203.66 0.97 0.86
Hex B7 E2 FE 1C B 0 0 CC 61 56
Octal 267 342 376 34 13 0 0 314 141 126
Binary 10110111 11100010 11111110 11100 1011 0 0 11001100 1100001 1010110

Color Harmonies of #B7E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7E2FE

Black with #B7E2FE

Text Example


Text Example

White with #B7E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7E2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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