Html Css Color HEX #B5E6FF Columbia Blue

📋 copy color: '#B5E6FF'

red 181 ◦ green 230 ◦ blue 255

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

Shades of Columbia Blue #B5E6FF

Tints of Columbia Blue #B5E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.53%

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

R = 27.18%
G = 34.53%
B = 38.29%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5E6FF (or 0xB5E6FF) is known color: Columbia Blue. HEX triplet: B5, E6 and FF. RGB value is (181,230,255). Sum of RGB (Red+Green+Blue) = 181+230+255=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 230 (90.23% from 255 or 34.53% 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 #B5E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E6FF is #4A1900. Grayscale: #DADADA. Windows color (decimal): -4856065 or 16770741. OLE color: 16770741.

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

Color convert

RGB 181 230 255 -
CMYK 0.29 0.10 0 0
HSL 200.27º 1% 0.85% -
HSV(B) 200.27º 0.29% 1% -
XYZ 65.4 73.64 105.37 -
YUV 218.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 181 230 255 0.29 0.10 0 0 200.27 1 0.85
Hex B5 E6 FF 1D A 0 0 C8 64 55
Octal 265 346 377 35 12 0 0 310 144 125
Binary 10110101 11100110 11111111 11101 1010 0 0 11001000 1100100 1010101

Color Harmonies of #B5E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E6FF

Black with #B5E6FF

Text Example


Text Example

White with #B5E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E6FF; }

 p { color: rgb(181,230,255); }

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

background-color css

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

 a { background-color: rgb(181,230,255); }

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

border-color css

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

 span { border-color: rgb(181,230,255); }

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