Html Css Color HEX #8BDFF7 Columbia Blue

📋 copy color: '#8BDFF7'

red 139 ◦ green 223 ◦ blue 247

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

Shades of Columbia Blue #8BDFF7

Tints of Columbia Blue #8BDFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

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

R = 22.82%
G = 36.62%
B = 40.56%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8BDFF7 (or 0x8BDFF7) is known color: Columbia Blue. HEX triplet: 8B, DF and F7. RGB value is (139,223,247). Sum of RGB (Red+Green+Blue) = 139+223+247=609 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.82% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #8BDFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFF7 is #742008. Grayscale: #C8C8C8. Windows color (decimal): -7610377 or 16244619. OLE color: 16244619.

HSL color Cylindrical-coordinate representation of color #8BDFF7: hue angle of 193.33º 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 #8BDFF7 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 139 223 247 -
CMYK 0.44 0.10 0 0.03
HSL 193.33º 0.87% 0.76% -
HSV(B) 193.33º 0.44% 0.97% -
XYZ 53.82 64.98 97.7 -
YUV 200.62 154.17 84.05 -
System Red Green Blue C M Y K H S L
Decimal 139 223 247 0.44 0.10 0 0.03 193.33 0.87 0.76
Hex 8B DF F7 2C A 0 3 C1 57 4C
Octal 213 337 367 54 12 0 3 301 127 114
Binary 10001011 11011111 11110111 101100 1010 0 11 11000001 1010111 1001100

Color Harmonies of #8BDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDFF7

Black with #8BDFF7

Text Example


Text Example

White with #8BDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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