Html Css Color HEX #8DDFF8 Columbia Blue

📋 copy color: '#8DDFF8'

red 141 ◦ green 223 ◦ blue 248

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

Shades of Columbia Blue #8DDFF8

Tints of Columbia Blue #8DDFF8

RGB

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

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

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

R = 23.04%
G = 36.44%
B = 40.52%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8DDFF8 (or 0x8DDFF8) is known color: Columbia Blue. HEX triplet: 8D, DF and F8. RGB value is (141,223,248). Sum of RGB (Red+Green+Blue) = 141+223+248=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DDFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFF8 is #722007. Grayscale: #C9C9C9. Windows color (decimal): -7479304 or 16310157. OLE color: 16310157.

HSL color Cylindrical-coordinate representation of color #8DDFF8: hue angle of 194.02º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DDFF8 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 223 248 -
CMYK 0.43 0.10 0 0.03
HSL 194.02º 0.88% 0.76% -
HSV(B) 194.02º 0.43% 0.97% -
XYZ 54.32 65.22 98.53 -
YUV 201.33 154.33 84.97 -
System Red Green Blue C M Y K H S L
Decimal 141 223 248 0.43 0.10 0 0.03 194.02 0.88 0.76
Hex 8D DF F8 2B A 0 3 C2 58 4C
Octal 215 337 370 53 12 0 3 302 130 114
Binary 10001101 11011111 11111000 101011 1010 0 11 11000010 1011000 1001100

Color Harmonies of #8DDFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDFF8

Black with #8DDFF8

Text Example


Text Example

White with #8DDFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,223,248); }

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

background-color css

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

 a { background-color: rgb(141,223,248); }

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

border-color css

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

 span { border-color: rgb(141,223,248); }

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