Html Css Color HEX #8DDBFE Columbia Blue

📋 copy color: '#8DDBFE'

red 141 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #8DDBFE

Tints of Columbia Blue #8DDBFE

RGB

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

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

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

R = 22.96%
G = 35.67%
B = 41.37%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DDBFE (or 0x8DDBFE) is known color: Columbia Blue. HEX triplet: 8D, DB and FE. RGB value is (141,219,254). Sum of RGB (Red+Green+Blue) = 141+219+254=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 219 (85.94% from 255 or 35.67% 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 #8DDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBFE is #722401. Grayscale: #C7C7C7. Windows color (decimal): -7480322 or 16702349. OLE color: 16702349.

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

Color convert

RGB 141 219 254 -
CMYK 0.44 0.14 0 0.00
HSL 198.58º 0.98% 0.77% -
HSV(B) 198.58º 0.44% 1% -
XYZ 54.21 63.48 103.16 -
YUV 199.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 141 219 254 0.44 0.14 0 0.00 198.58 0.98 0.77
Hex 8D DB FE 2C E 0 0 C7 62 4D
Octal 215 333 376 54 16 0 0 307 142 115
Binary 10001101 11011011 11111110 101100 1110 0 0 11000111 1100010 1001101

Color Harmonies of #8DDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDBFE

Black with #8DDBFE

Text Example


Text Example

White with #8DDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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