Html Css Color HEX #8BDDF7 Columbia Blue

📋 copy color: '#8BDDF7'

red 139 ◦ green 221 ◦ blue 247

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

Shades of Columbia Blue #8BDDF7

Tints of Columbia Blue #8BDDF7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

 BLUE value IS 247 (96.88% from 255) = 40.69%

R = 22.9%
G = 36.41%
B = 40.69%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8BDDF7 (or 0x8BDDF7) is known color: Columbia Blue. HEX triplet: 8B, DD and F7. RGB value is (139,221,247). Sum of RGB (Red+Green+Blue) = 139+221+247=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #8BDDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDDF7 is #742208. Grayscale: #C7C7C7. Windows color (decimal): -7610889 or 16244107. OLE color: 16244107.

HSL color Cylindrical-coordinate representation of color #8BDDF7: hue angle of 194.44º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BDDF7 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 139 221 247 -
CMYK 0.44 0.11 0 0.03
HSL 194.44º 0.87% 0.76% -
HSV(B) 194.44º 0.44% 0.97% -
XYZ 53.29 63.92 97.52 -
YUV 199.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 139 221 247 0.44 0.11 0 0.03 194.44 0.87 0.76
Hex 8B DD F7 2C B 0 3 C2 57 4C
Octal 213 335 367 54 13 0 3 302 127 114
Binary 10001011 11011101 11110111 101100 1011 0 11 11000010 1010111 1001100

Color Harmonies of #8BDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDDF7

Black with #8BDDF7

Text Example


Text Example

White with #8BDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,221,247); }

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

background-color css

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

 a { background-color: rgb(139,221,247); }

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

border-color css

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

 span { border-color: rgb(139,221,247); }

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