Html Css Color HEX #8BDDFE Columbia Blue

📋 copy color: '#8BDDFE'

red 139 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #8BDDFE

Tints of Columbia Blue #8BDDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 22.64%
G = 35.99%
B = 41.37%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8BDDFE (or 0x8BDDFE) is known color: Columbia Blue. HEX triplet: 8B, DD and FE. RGB value is (139,221,254). Sum of RGB (Red+Green+Blue) = 139+221+254=614 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.64% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDDFE is #742201. Grayscale: #C8C8C8. Windows color (decimal): -7610882 or 16702859. OLE color: 16702859.

HSL color Cylindrical-coordinate representation of color #8BDDFE: hue angle of 197.22º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BDDFE is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 139 221 254 -
CMYK 0.45 0.13 0 0.00
HSL 197.22º 0.98% 0.77% -
HSV(B) 197.22º 0.45% 1% -
XYZ 54.39 64.36 103.32 -
YUV 200.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 139 221 254 0.45 0.13 0 0.00 197.22 0.98 0.77
Hex 8B DD FE 2D D 0 0 C5 62 4D
Octal 213 335 376 55 15 0 0 305 142 115
Binary 10001011 11011101 11111110 101101 1101 0 0 11000101 1100010 1001101

Color Harmonies of #8BDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDDFE

Black with #8BDDFE

Text Example


Text Example

White with #8BDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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