Html Css Color HEX #8DE0FC Columbia Blue

📋 copy color: '#8DE0FC'

red 141 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #8DE0FC

Tints of Columbia Blue #8DE0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.3%

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 22.85%
G = 36.3%
B = 40.84%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DE0FC (or 0x8DE0FC) is known color: Columbia Blue. HEX triplet: 8D, E0 and FC. RGB value is (141,224,252). Sum of RGB (Red+Green+Blue) = 141+224+252=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE0FC is #721F03. Grayscale: #CACACA. Windows color (decimal): -7479044 or 16572557. OLE color: 16572557.

HSL color Cylindrical-coordinate representation of color #8DE0FC: hue angle of 195.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DE0FC is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 224 252 -
CMYK 0.44 0.11 0 0.01
HSL 195.14º 0.95% 0.77% -
HSV(B) 195.14º 0.44% 0.99% -
XYZ 55.21 66 101.93 -
YUV 202.38 156 84.22 -
System Red Green Blue C M Y K H S L
Decimal 141 224 252 0.44 0.11 0 0.01 195.14 0.95 0.77
Hex 8D E0 FC 2C B 0 1 C3 5F 4D
Octal 215 340 374 54 13 0 1 303 137 115
Binary 10001101 11100000 11111100 101100 1011 0 1 11000011 1011111 1001101

Color Harmonies of #8DE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE0FC

Black with #8DE0FC

Text Example


Text Example

White with #8DE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,224,252); }

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

background-color css

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

 a { background-color: rgb(141,224,252); }

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

border-color css

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

 span { border-color: rgb(141,224,252); }

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