Html Css Color HEX #8DE9FE Columbia Blue

📋 copy color: '#8DE9FE'

red 141 ◦ green 233 ◦ blue 254

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

Shades of Columbia Blue #8DE9FE

Tints of Columbia Blue #8DE9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.1%

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

R = 22.45%
G = 37.1%
B = 40.45%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DE9FE (or 0x8DE9FE) is known color: Columbia Blue. HEX triplet: 8D, E9 and FE. RGB value is (141,233,254). Sum of RGB (Red+Green+Blue) = 141+233+254=628 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.45% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DE9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE9FE is #721601. Grayscale: #CFCFCF. Windows color (decimal): -7476738 or 16705933. OLE color: 16705933.

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

Color convert

RGB 141 233 254 -
CMYK 0.44 0.08 0 0.00
HSL 191.15º 0.98% 0.77% -
HSV(B) 191.15º 0.44% 1% -
XYZ 58.01 71.1 104.43 -
YUV 207.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 141 233 254 0.44 0.08 0 0.00 191.15 0.98 0.77
Hex 8D E9 FE 2C 8 0 0 BF 62 4D
Octal 215 351 376 54 10 0 0 277 142 115
Binary 10001101 11101001 11111110 101100 1000 0 0 10111111 1100010 1001101

Color Harmonies of #8DE9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE9FE

Black with #8DE9FE

Text Example


Text Example

White with #8DE9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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