Html Css Color HEX #B6E4FF Columbia Blue

📋 copy color: '#B6E4FF'

red 182 ◦ green 228 ◦ blue 255

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

Shades of Columbia Blue #B6E4FF

Tints of Columbia Blue #B6E4FF

RGB

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

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

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

R = 27.37%
G = 34.29%
B = 38.35%

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

#B6E4FF (or 0xB6E4FF) is known color: Columbia Blue. HEX triplet: B6, E4 and FF. RGB value is (182,228,255). Sum of RGB (Red+Green+Blue) = 182+228+255=665 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.37% from 665); Green value is 228 (89.45% from 255 or 34.29% 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 #B6E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E4FF is #491B00. Grayscale: #D9D9D9. Windows color (decimal): -4791041 or 16770230. OLE color: 16770230.

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

Color convert

RGB 182 228 255 -
CMYK 0.29 0.11 0 0
HSL 202.19º 1% 0.86% -
HSV(B) 202.19º 0.29% 1% -
XYZ 65.08 72.65 105.2 -
YUV 217.32 149.26 102.8 -
System Red Green Blue C M Y K H S L
Decimal 182 228 255 0.29 0.11 0 0 202.19 1 0.86
Hex B6 E4 FF 1D B 0 0 CA 64 56
Octal 266 344 377 35 13 0 0 312 144 126
Binary 10110110 11100100 11111111 11101 1011 0 0 11001010 1100100 1010110

Color Harmonies of #B6E4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E4FF

Black with #B6E4FF

Text Example


Text Example

White with #B6E4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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