Html Css Color HEX #8CDDFE Columbia Blue

📋 copy color: '#8CDDFE'

red 140 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #8CDDFE

Tints of Columbia Blue #8CDDFE

RGB

 RED value IS 140 (55.08% from 255) = 22.76%

 GREEN value IS 221 (86.72% from 255) = 35.93%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 22.76%
G = 35.93%
B = 41.3%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CDDFE (or 0x8CDDFE) is known color: Columbia Blue. HEX triplet: 8C, DD and FE. RGB value is (140,221,254). Sum of RGB (Red+Green+Blue) = 140+221+254=615 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.76% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDFE is #732201. Grayscale: #C8C8C8. Windows color (decimal): -7545346 or 16702860. OLE color: 16702860.

HSL color Cylindrical-coordinate representation of color #8CDDFE: hue angle of 197.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDDFE is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 221 254 -
CMYK 0.45 0.13 0 0.00
HSL 197.37º 0.98% 0.77% -
HSV(B) 197.37º 0.45% 1% -
XYZ 54.56 64.44 103.33 -
YUV 200.54 158.16 84.82 -
System Red Green Blue C M Y K H S L
Decimal 140 221 254 0.45 0.13 0 0.00 197.37 0.98 0.77
Hex 8C DD FE 2D D 0 0 C5 62 4D
Octal 214 335 376 55 15 0 0 305 142 115
Binary 10001100 11011101 11111110 101101 1101 0 0 11000101 1100010 1001101

Color Harmonies of #8CDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDFE

Black with #8CDDFE

Text Example


Text Example

White with #8CDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,254); }

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

background-color css

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

 a { background-color: rgb(140,221,254); }

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

border-color css

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

 span { border-color: rgb(140,221,254); }

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