Html Css Color HEX #B7E4FF Columbia Blue

📋 copy color: '#B7E4FF'

red 183 ◦ green 228 ◦ blue 255

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

Shades of Columbia Blue #B7E4FF

Tints of Columbia Blue #B7E4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.23%

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

R = 27.48%
G = 34.23%
B = 38.29%

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

#B7E4FF (or 0xB7E4FF) is known color: Columbia Blue. HEX triplet: B7, E4 and FF. RGB value is (183,228,255). Sum of RGB (Red+Green+Blue) = 183+228+255=666 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.48% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E4FF is #481B00. Grayscale: #D9D9D9. Windows color (decimal): -4725505 or 16770231. OLE color: 16770231.

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

Color convert

RGB 183 228 255 -
CMYK 0.28 0.11 0 0
HSL 202.5º 1% 0.86% -
HSV(B) 202.5º 0.28% 1% -
XYZ 65.32 72.77 105.21 -
YUV 217.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 183 228 255 0.28 0.11 0 0 202.5 1 0.86
Hex B7 E4 FF 1C B 0 0 CA 64 56
Octal 267 344 377 34 13 0 0 312 144 126
Binary 10110111 11100100 11111111 11100 1011 0 0 11001010 1100100 1010110

Color Harmonies of #B7E4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7E4FF

Black with #B7E4FF

Text Example


Text Example

White with #B7E4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7E4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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