Html Css Color HEX #B7E3FF Columbia Blue

📋 copy color: '#B7E3FF'

red 183 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #B7E3FF

Tints of Columbia Blue #B7E3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.35%

R = 27.52%
G = 34.14%
B = 38.35%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7E3FF (or 0xB7E3FF) is known color: Columbia Blue. HEX triplet: B7, E3 and FF. RGB value is (183,227,255). Sum of RGB (Red+Green+Blue) = 183+227+255=665 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.52% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E3FF is #481C00. Grayscale: #D8D8D8. Windows color (decimal): -4725761 or 16769975. OLE color: 16769975.

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

Color convert

RGB 183 227 255 -
CMYK 0.28 0.11 0 0
HSL 203.33º 1% 0.86% -
HSV(B) 203.33º 0.28% 1% -
XYZ 65.05 72.23 105.12 -
YUV 217.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 183 227 255 0.28 0.11 0 0 203.33 1 0.86
Hex B7 E3 FF 1C B 0 0 CB 64 56
Octal 267 343 377 34 13 0 0 313 144 126
Binary 10110111 11100011 11111111 11100 1011 0 0 11001011 1100100 1010110

Color Harmonies of #B7E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7E3FF

Black with #B7E3FF

Text Example


Text Example

White with #B7E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7E3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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