Html Css Color HEX #B6E3FF Columbia Blue

📋 copy color: '#B6E3FF'

red 182 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #B6E3FF

Tints of Columbia Blue #B6E3FF

RGB

 RED value IS 182 (71.48% from 255) = 27.41%

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

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

R = 27.41%
G = 34.19%
B = 38.4%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6E3FF (or 0xB6E3FF) is known color: Columbia Blue. HEX triplet: B6, E3 and FF. RGB value is (182,227,255). Sum of RGB (Red+Green+Blue) = 182+227+255=664 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.41% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E3FF is #491C00. Grayscale: #D8D8D8. Windows color (decimal): -4791297 or 16769974. OLE color: 16769974.

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

Color convert

RGB 182 227 255 -
CMYK 0.29 0.11 0 0
HSL 203.01º 1% 0.86% -
HSV(B) 203.01º 0.29% 1% -
XYZ 64.81 72.1 105.11 -
YUV 216.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 182 227 255 0.29 0.11 0 0 203.01 1 0.86
Hex B6 E3 FF 1D B 0 0 CB 64 56
Octal 266 343 377 35 13 0 0 313 144 126
Binary 10110110 11100011 11111111 11101 1011 0 0 11001011 1100100 1010110

Color Harmonies of #B6E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E3FF

Black with #B6E3FF

Text Example


Text Example

White with #B6E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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