Html Css Color HEX #8DEAFD Columbia Blue

📋 copy color: '#8DEAFD'

red 141 ◦ green 234 ◦ blue 253

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

Shades of Columbia Blue #8DEAFD

Tints of Columbia Blue #8DEAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.26%

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

R = 22.45%
G = 37.26%
B = 40.29%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DEAFD (or 0x8DEAFD) is known color: Columbia Blue. HEX triplet: 8D, EA and FD. RGB value is (141,234,253). Sum of RGB (Red+Green+Blue) = 141+234+253=628 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.45% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAFD is #721502. Grayscale: #D0D0D0. Windows color (decimal): -7476483 or 16640653. OLE color: 16640653.

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

Color convert

RGB 141 234 253 -
CMYK 0.44 0.08 0 0.01
HSL 190.18º 0.97% 0.77% -
HSV(B) 190.18º 0.44% 0.99% -
XYZ 58.14 71.6 103.68 -
YUV 208.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 141 234 253 0.44 0.08 0 0.01 190.18 0.97 0.77
Hex 8D EA FD 2C 8 0 1 BE 61 4D
Octal 215 352 375 54 10 0 1 276 141 115
Binary 10001101 11101010 11111101 101100 1000 0 1 10111110 1100001 1001101

Color Harmonies of #8DEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEAFD

Black with #8DEAFD

Text Example


Text Example

White with #8DEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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