Html Css Color HEX #8BDEFF Columbia Blue

📋 copy color: '#8BDEFF'

red 139 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #8BDEFF

Tints of Columbia Blue #8BDEFF

RGB

 RED value IS 139 (54.69% from 255) = 22.56%

 GREEN value IS 222 (87.11% from 255) = 36.04%

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

R = 22.56%
G = 36.04%
B = 41.4%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8BDEFF (or 0x8BDEFF) is known color: Columbia Blue. HEX triplet: 8B, DE and FF. RGB value is (139,222,255). Sum of RGB (Red+Green+Blue) = 139+222+255=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDEFF is #742100. Grayscale: #C8C8C8. Windows color (decimal): -7610625 or 16768651. OLE color: 16768651.

HSL color Cylindrical-coordinate representation of color #8BDEFF: hue angle of 197.07º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BDEFF is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 139 222 255 -
CMYK 0.45 0.13 0 0
HSL 197.07º 1% 0.77% -
HSV(B) 197.07º 0.45% 1% -
XYZ 54.82 64.95 104.26 -
YUV 200.95 158.5 83.82 -
System Red Green Blue C M Y K H S L
Decimal 139 222 255 0.45 0.13 0 0 197.07 1 0.77
Hex 8B DE FF 2D D 0 0 C5 64 4D
Octal 213 336 377 55 15 0 0 305 144 115
Binary 10001011 11011110 11111111 101101 1101 0 0 11000101 1100100 1001101

Color Harmonies of #8BDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDEFF

Black with #8BDEFF

Text Example


Text Example

White with #8BDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BDEFF; }

 p { color: rgb(139,222,255); }

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

background-color css

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

 a { background-color: rgb(139,222,255); }

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

border-color css

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

 span { border-color: rgb(139,222,255); }

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