Html Css Color HEX #8DDFFE Columbia Blue

📋 copy color: '#8DDFFE'

red 141 ◦ green 223 ◦ blue 254

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

Shades of Columbia Blue #8DDFFE

Tints of Columbia Blue #8DDFFE

RGB

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

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

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

R = 22.82%
G = 36.08%
B = 41.1%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DDFFE (or 0x8DDFFE) is known color: Columbia Blue. HEX triplet: 8D, DF and FE. RGB value is (141,223,254). Sum of RGB (Red+Green+Blue) = 141+223+254=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFFE is #722001. Grayscale: #C9C9C9. Windows color (decimal): -7479298 or 16703373. OLE color: 16703373.

HSL color Cylindrical-coordinate representation of color #8DDFFE: hue angle of 196.46º 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 #8DDFFE is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 223 254 -
CMYK 0.44 0.12 0 0.00
HSL 196.46º 0.98% 0.77% -
HSV(B) 196.46º 0.44% 1% -
XYZ 55.26 65.59 103.51 -
YUV 202.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 141 223 254 0.44 0.12 0 0.00 196.46 0.98 0.77
Hex 8D DF FE 2C C 0 0 C4 62 4D
Octal 215 337 376 54 14 0 0 304 142 115
Binary 10001101 11011111 11111110 101100 1100 0 0 11000100 1100010 1001101

Color Harmonies of #8DDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDFFE

Black with #8DDFFE

Text Example


Text Example

White with #8DDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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