Html Css Color HEX #8CDFFF Columbia Blue

📋 copy color: '#8CDFFF'

red 140 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #8CDFFF

Tints of Columbia Blue #8CDFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

 BLUE value IS 255 (100% from 255) = 41.26%

R = 22.65%
G = 36.08%
B = 41.26%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CDFFF (or 0x8CDFFF) is known color: Columbia Blue. HEX triplet: 8C, DF and FF. RGB value is (140,223,255). Sum of RGB (Red+Green+Blue) = 140+223+255=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFFF is #732000. Grayscale: #C9C9C9. Windows color (decimal): -7544833 or 16768908. OLE color: 16768908.

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

Color convert

RGB 140 223 255 -
CMYK 0.45 0.13 0 0
HSL 196.7º 1% 0.77% -
HSV(B) 196.7º 0.45% 1% -
XYZ 55.25 65.57 104.35 -
YUV 201.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 140 223 255 0.45 0.13 0 0 196.7 1 0.77
Hex 8C DF FF 2D D 0 0 C5 64 4D
Octal 214 337 377 55 15 0 0 305 144 115
Binary 10001100 11011111 11111111 101101 1101 0 0 11000101 1100100 1001101

Color Harmonies of #8CDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFFF

Black with #8CDFFF

Text Example


Text Example

White with #8CDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,223,255); }

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

background-color css

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

 a { background-color: rgb(140,223,255); }

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

border-color css

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

 span { border-color: rgb(140,223,255); }

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