Html Css Color HEX #8CDFF5 Columbia Blue

📋 copy color: '#8CDFF5'

red 140 ◦ green 223 ◦ blue 245

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

Shades of Columbia Blue #8CDFF5

Tints of Columbia Blue #8CDFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.3%

R = 23.03%
G = 36.68%
B = 40.3%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8CDFF5 (or 0x8CDFF5) is known color: Columbia Blue. HEX triplet: 8C, DF and F5. RGB value is (140,223,245). Sum of RGB (Red+Green+Blue) = 140+223+245=608 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.03% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #8CDFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFF5 is #73200A. Grayscale: #C8C8C8. Windows color (decimal): -7544843 or 16113548. OLE color: 16113548.

HSL color Cylindrical-coordinate representation of color #8CDFF5: hue angle of 192.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CDFF5 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 223 245 -
CMYK 0.43 0.09 0 0.04
HSL 192.57º 0.84% 0.75% -
HSV(B) 192.57º 0.43% 0.96% -
XYZ 53.68 64.94 96.09 -
YUV 200.69 153 84.71 -
System Red Green Blue C M Y K H S L
Decimal 140 223 245 0.43 0.09 0 0.04 192.57 0.84 0.75
Hex 8C DF F5 2B 9 0 4 C1 54 4B
Octal 214 337 365 53 11 0 4 301 124 113
Binary 10001100 11011111 11110101 101011 1001 0 100 11000001 1010100 1001011

Color Harmonies of #8CDFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFF5

Black with #8CDFF5

Text Example


Text Example

White with #8CDFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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