Html Css Color HEX #8DE1FD Columbia Blue

📋 copy color: '#8DE1FD'

red 141 ◦ green 225 ◦ blue 253

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

Shades of Columbia Blue #8DE1FD

Tints of Columbia Blue #8DE1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 22.78%
G = 36.35%
B = 40.87%

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

#8DE1FD (or 0x8DE1FD) is known color: Columbia Blue. HEX triplet: 8D, E1 and FD. RGB value is (141,225,253). Sum of RGB (Red+Green+Blue) = 141+225+253=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DE1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1FD is #721E02. Grayscale: #CACACA. Windows color (decimal): -7478787 or 16638349. OLE color: 16638349.

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

Color convert

RGB 141 225 253 -
CMYK 0.44 0.11 0 0.01
HSL 195º 0.97% 0.77% -
HSV(B) 195º 0.44% 0.99% -
XYZ 55.64 66.61 102.85 -
YUV 203.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 141 225 253 0.44 0.11 0 0.01 195 0.97 0.77
Hex 8D E1 FD 2C B 0 1 C3 61 4D
Octal 215 341 375 54 13 0 1 303 141 115
Binary 10001101 11100001 11111101 101100 1011 0 1 11000011 1100001 1001101

Color Harmonies of #8DE1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE1FD

Black with #8DE1FD

Text Example


Text Example

White with #8DE1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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