#8BDFFD

Color #8BDFFD Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #8BDFFD

Tints of Columbia Blue #8BDFFD

Color information

#8BDFFD (or 0x8BDFFD) is unknown color: approx Columbia Blue. HEX triplet: 8B, DF and FD. RGB value is (139,223,253). Sum of RGB (Red+Green+Blue) = 139+223+253=615 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.60% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFFD is #742002. Grayscale: #C9C9C9. Windows color (decimal): -7610371 or 16637835. OLE color: 16637835.

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

Color convert

RGB139223253-
CMYK0.450.1200.01
HSL195.79º96.61%76.86%-
HSV(B)195.79º45.06%99.22%-
XYZ54.7665.36102.66-
YUV201.3157.1783.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 22.60%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=22.60%
G=36.26%
B=41.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392232530.450.1200.01195.7996.6176.86
Hex8BDFFD2DC01c4614d
Octal213337375551401304141115
Binary1000101111011111111111011011011100011100010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,223,253); }

 H1.HeaderClassName
 {
   color: #8BDFFD;
 }
 .AnyTagClassName
 {
   color: #8BDFFD;
 }
</style>
background-color css

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

 a { background-color: rgb(139,223,253); }

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

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

 span { border-color: rgb(139,223,253); }

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