Html Css Color HEX #8DE2FE Columbia Blue

📋 copy color: '#8DE2FE'

red 141 ◦ green 226 ◦ blue 254

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

Shades of Columbia Blue #8DE2FE

Tints of Columbia Blue #8DE2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.39%

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

R = 22.71%
G = 36.39%
B = 40.9%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DE2FE (or 0x8DE2FE) is known color: Columbia Blue. HEX triplet: 8D, E2 and FE. RGB value is (141,226,254). Sum of RGB (Red+Green+Blue) = 141+226+254=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE2FE is #721D01. Grayscale: #CBCBCB. Windows color (decimal): -7478530 or 16704141. OLE color: 16704141.

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

Color convert

RGB 141 226 254 -
CMYK 0.44 0.11 0 0.00
HSL 194.87º 0.98% 0.77% -
HSV(B) 194.87º 0.44% 1% -
XYZ 56.07 67.21 103.78 -
YUV 203.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 141 226 254 0.44 0.11 0 0.00 194.87 0.98 0.77
Hex 8D E2 FE 2C B 0 0 C3 62 4D
Octal 215 342 376 54 13 0 0 303 142 115
Binary 10001101 11100010 11111110 101100 1011 0 0 11000011 1100010 1001101

Color Harmonies of #8DE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE2FE

Black with #8DE2FE

Text Example


Text Example

White with #8DE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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