Html Css Color HEX #8DDBFF Columbia Blue

📋 copy color: '#8DDBFF'

red 141 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #8DDBFF

Tints of Columbia Blue #8DDBFF

RGB

 RED value IS 141 (55.47% from 255) = 22.93%

 GREEN value IS 219 (85.94% from 255) = 35.61%

 BLUE value IS 255 (100% from 255) = 41.46%

R = 22.93%
G = 35.61%
B = 41.46%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DDBFF (or 0x8DDBFF) is known color: Columbia Blue. HEX triplet: 8D, DB and FF. RGB value is (141,219,255). Sum of RGB (Red+Green+Blue) = 141+219+255=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBFF is #722400. Grayscale: #C7C7C7. Windows color (decimal): -7480321 or 16767885. OLE color: 16767885.

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

Color convert

RGB 141 219 255 -
CMYK 0.45 0.14 0 0
HSL 198.95º 1% 0.78% -
HSV(B) 198.95º 0.45% 1% -
XYZ 54.37 63.55 104.01 -
YUV 199.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 141 219 255 0.45 0.14 0 0 198.95 1 0.78
Hex 8D DB FF 2D E 0 0 C7 64 4E
Octal 215 333 377 55 16 0 0 307 144 116
Binary 10001101 11011011 11111111 101101 1110 0 0 11000111 1100100 1001110

Color Harmonies of #8DDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDBFF

Black with #8DDBFF

Text Example


Text Example

White with #8DDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,219,255); }

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

background-color css

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

 a { background-color: rgb(141,219,255); }

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

border-color css

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

 span { border-color: rgb(141,219,255); }

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