Html Css Color HEX #8DE5FC Columbia Blue

📋 copy color: '#8DE5FC'

red 141 ◦ green 229 ◦ blue 252

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

Shades of Columbia Blue #8DE5FC

Tints of Columbia Blue #8DE5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.82%

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

R = 22.67%
G = 36.82%
B = 40.51%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DE5FC (or 0x8DE5FC) is known color: Columbia Blue. HEX triplet: 8D, E5 and FC. RGB value is (141,229,252). Sum of RGB (Red+Green+Blue) = 141+229+252=622 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.67% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE5FC is #721A03. Grayscale: #CDCDCD. Windows color (decimal): -7477764 or 16573837. OLE color: 16573837.

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

Color convert

RGB 141 229 252 -
CMYK 0.44 0.09 0 0.01
HSL 192.43º 0.95% 0.77% -
HSV(B) 192.43º 0.44% 0.99% -
XYZ 56.57 68.73 102.38 -
YUV 205.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 141 229 252 0.44 0.09 0 0.01 192.43 0.95 0.77
Hex 8D E5 FC 2C 9 0 1 C0 5F 4D
Octal 215 345 374 54 11 0 1 300 137 115
Binary 10001101 11100101 11111100 101100 1001 0 1 11000000 1011111 1001101

Color Harmonies of #8DE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE5FC

Black with #8DE5FC

Text Example


Text Example

White with #8DE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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