Html Css Color HEX #B5E5FE Columbia Blue

📋 copy color: '#B5E5FE'

red 181 ◦ green 229 ◦ blue 254

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

Shades of Columbia Blue #B5E5FE

Tints of Columbia Blue #B5E5FE

RGB

 RED value IS 181 (71.09% from 255) = 27.26%

 GREEN value IS 229 (89.84% from 255) = 34.49%

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

R = 27.26%
G = 34.49%
B = 38.25%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5E5FE (or 0xB5E5FE) is known color: Columbia Blue. HEX triplet: B5, E5 and FE. RGB value is (181,229,254). Sum of RGB (Red+Green+Blue) = 181+229+254=664 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.26% from 664); Green value is 229 (89.84% from 255 or 34.49% 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 #B5E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E5FE is #4A1A01. Grayscale: #D9D9D9. Windows color (decimal): -4856322 or 16704949. OLE color: 16704949.

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

Color convert

RGB 181 229 254 -
CMYK 0.29 0.10 0 0.00
HSL 200.55º 0.97% 0.85% -
HSV(B) 200.55º 0.29% 1% -
XYZ 64.96 73.02 104.44 -
YUV 217.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 181 229 254 0.29 0.10 0 0.00 200.55 0.97 0.85
Hex B5 E5 FE 1D A 0 0 C9 61 55
Octal 265 345 376 35 12 0 0 311 141 125
Binary 10110101 11100101 11111110 11101 1010 0 0 11001001 1100001 1010101

Color Harmonies of #B5E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E5FE

Black with #B5E5FE

Text Example


Text Example

White with #B5E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E5FE; }

 p { color: rgb(181,229,254); }

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

background-color css

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

 a { background-color: rgb(181,229,254); }

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

border-color css

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

 span { border-color: rgb(181,229,254); }

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