Html Css Color HEX #8DE1FA Columbia Blue

📋 copy color: '#8DE1FA'

red 141 ◦ green 225 ◦ blue 250

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

Shades of Columbia Blue #8DE1FA

Tints of Columbia Blue #8DE1FA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.53%

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 22.89%
G = 36.53%
B = 40.58%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DE1FA (or 0x8DE1FA) is known color: Columbia Blue. HEX triplet: 8D, E1 and FA. RGB value is (141,225,250). Sum of RGB (Red+Green+Blue) = 141+225+250=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DE1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1FA is #721E05. Grayscale: #CACACA. Windows color (decimal): -7478790 or 16441741. OLE color: 16441741.

HSL color Cylindrical-coordinate representation of color #8DE1FA: hue angle of 193.76º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DE1FA is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 225 250 -
CMYK 0.44 0.10 0 0.02
HSL 193.76º 0.92% 0.77% -
HSV(B) 193.76º 0.44% 0.98% -
XYZ 55.17 66.42 100.35 -
YUV 202.73 154.67 83.97 -
System Red Green Blue C M Y K H S L
Decimal 141 225 250 0.44 0.10 0 0.02 193.76 0.92 0.77
Hex 8D E1 FA 2C A 0 2 C2 5C 4D
Octal 215 341 372 54 12 0 2 302 134 115
Binary 10001101 11100001 11111010 101100 1010 0 10 11000010 1011100 1001101

Color Harmonies of #8DE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE1FA

Black with #8DE1FA

Text Example


Text Example

White with #8DE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,225,250); }

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

background-color css

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

 a { background-color: rgb(141,225,250); }

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

border-color css

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

 span { border-color: rgb(141,225,250); }

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