Html Css Color HEX #8BDDF8 Columbia Blue

📋 copy color: '#8BDDF8'

red 139 ◦ green 221 ◦ blue 248

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

Shades of Columbia Blue #8BDDF8

Tints of Columbia Blue #8BDDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.79%

R = 22.86%
G = 36.35%
B = 40.79%

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

#8BDDF8 (or 0x8BDDF8) is known color: Columbia Blue. HEX triplet: 8B, DD and F8. RGB value is (139,221,248). Sum of RGB (Red+Green+Blue) = 139+221+248=608 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.86% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #8BDDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDDF8 is #742207. Grayscale: #C7C7C7. Windows color (decimal): -7610888 or 16309643. OLE color: 16309643.

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

Color convert

RGB 139 221 248 -
CMYK 0.44 0.11 0 0.03
HSL 194.86º 0.89% 0.76% -
HSV(B) 194.86º 0.44% 0.97% -
XYZ 53.45 63.98 98.34 -
YUV 199.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 139 221 248 0.44 0.11 0 0.03 194.86 0.89 0.76
Hex 8B DD F8 2C B 0 3 C3 59 4C
Octal 213 335 370 54 13 0 3 303 131 114
Binary 10001011 11011101 11111000 101100 1011 0 11 11000011 1011001 1001100

Color Harmonies of #8BDDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDDF8

Black with #8BDDF8

Text Example


Text Example

White with #8BDDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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