Html Css Color HEX #8DE7FE Columbia Blue

📋 copy color: '#8DE7FE'

red 141 ◦ green 231 ◦ blue 254

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

Shades of Columbia Blue #8DE7FE

Tints of Columbia Blue #8DE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.9%

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

R = 22.52%
G = 36.9%
B = 40.58%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DE7FE (or 0x8DE7FE) is known color: Columbia Blue. HEX triplet: 8D, E7 and FE. RGB value is (141,231,254). Sum of RGB (Red+Green+Blue) = 141+231+254=626 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.52% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE7FE is #721801. Grayscale: #CECECE. Windows color (decimal): -7477250 or 16705421. OLE color: 16705421.

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

Color convert

RGB 141 231 254 -
CMYK 0.44 0.09 0 0.00
HSL 192.21º 0.98% 0.77% -
HSV(B) 192.21º 0.44% 1% -
XYZ 57.45 69.97 104.24 -
YUV 206.71 154.68 81.13 -
System Red Green Blue C M Y K H S L
Decimal 141 231 254 0.44 0.09 0 0.00 192.21 0.98 0.77
Hex 8D E7 FE 2C 9 0 0 C0 62 4D
Octal 215 347 376 54 11 0 0 300 142 115
Binary 10001101 11100111 11111110 101100 1001 0 0 11000000 1100010 1001101

Color Harmonies of #8DE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE7FE

Black with #8DE7FE

Text Example


Text Example

White with #8DE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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