Html Css Color HEX #8CDDFC Columbia Blue

📋 copy color: '#8CDDFC'

red 140 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #8CDDFC

Tints of Columbia Blue #8CDDFC

RGB

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

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

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

R = 22.84%
G = 36.05%
B = 41.11%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CDDFC (or 0x8CDDFC) is known color: Columbia Blue. HEX triplet: 8C, DD and FC. RGB value is (140,221,252). Sum of RGB (Red+Green+Blue) = 140+221+252=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDFC is #732203. Grayscale: #C8C8C8. Windows color (decimal): -7545348 or 16571788. OLE color: 16571788.

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

Color convert

RGB 140 221 252 -
CMYK 0.44 0.12 0 0.01
HSL 196.61º 0.95% 0.77% -
HSV(B) 196.61º 0.44% 0.99% -
XYZ 54.24 64.32 101.65 -
YUV 200.32 157.16 84.98 -
System Red Green Blue C M Y K H S L
Decimal 140 221 252 0.44 0.12 0 0.01 196.61 0.95 0.77
Hex 8C DD FC 2C C 0 1 C5 5F 4D
Octal 214 335 374 54 14 0 1 305 137 115
Binary 10001100 11011101 11111100 101100 1100 0 1 11000101 1011111 1001101

Color Harmonies of #8CDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDFC

Black with #8CDDFC

Text Example


Text Example

White with #8CDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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