Html Css Color HEX #8DE3FC Columbia Blue

📋 copy color: '#8DE3FC'

red 141 ◦ green 227 ◦ blue 252

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

Shades of Columbia Blue #8DE3FC

Tints of Columbia Blue #8DE3FC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.61%

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

R = 22.74%
G = 36.61%
B = 40.65%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DE3FC (or 0x8DE3FC) is known color: Columbia Blue. HEX triplet: 8D, E3 and FC. RGB value is (141,227,252). Sum of RGB (Red+Green+Blue) = 141+227+252=620 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.74% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DE3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE3FC is #721C03. Grayscale: #CBCBCB. Windows color (decimal): -7478276 or 16573325. OLE color: 16573325.

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

Color convert

RGB 141 227 252 -
CMYK 0.44 0.10 0 0.01
HSL 193.51º 0.95% 0.77% -
HSV(B) 193.51º 0.44% 0.99% -
XYZ 56.02 67.63 102.2 -
YUV 204.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 141 227 252 0.44 0.10 0 0.01 193.51 0.95 0.77
Hex 8D E3 FC 2C A 0 1 C2 5F 4D
Octal 215 343 374 54 12 0 1 302 137 115
Binary 10001101 11100011 11111100 101100 1010 0 1 11000010 1011111 1001101

Color Harmonies of #8DE3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE3FC

Black with #8DE3FC

Text Example


Text Example

White with #8DE3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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