Html Css Color HEX #8BDEFD Columbia Blue

📋 copy color: '#8BDEFD'

red 139 ◦ green 222 ◦ blue 253

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

Shades of Columbia Blue #8BDEFD

Tints of Columbia Blue #8BDEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.21%

R = 22.64%
G = 36.16%
B = 41.21%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BDEFD (or 0x8BDEFD) is known color: Columbia Blue. HEX triplet: 8B, DE and FD. RGB value is (139,222,253). Sum of RGB (Red+Green+Blue) = 139+222+253=614 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.64% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDEFD is #742102. Grayscale: #C8C8C8. Windows color (decimal): -7610627 or 16637579. OLE color: 16637579.

HSL color Cylindrical-coordinate representation of color #8BDEFD: hue angle of 196.32º 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 #8BDEFD is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 222 253 -
CMYK 0.45 0.12 0 0.01
HSL 196.32º 0.97% 0.77% -
HSV(B) 196.32º 0.45% 0.99% -
XYZ 54.5 64.82 102.57 -
YUV 200.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 139 222 253 0.45 0.12 0 0.01 196.32 0.97 0.77
Hex 8B DE FD 2D C 0 1 C4 61 4D
Octal 213 336 375 55 14 0 1 304 141 115
Binary 10001011 11011110 11111101 101101 1100 0 1 11000100 1100001 1001101

Color Harmonies of #8BDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDEFD

Black with #8BDEFD

Text Example


Text Example

White with #8BDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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