Html Css Color HEX #8CCDDA Spray

📋 copy color: '#8CCDDA'

red 140 ◦ green 205 ◦ blue 218

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

Shades of Spray #8CCDDA

Tints of Spray #8CCDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.41%

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 24.87%
G = 36.41%
B = 38.72%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8CCDDA (or 0x8CCDDA) is known color: Spray. HEX triplet: 8C, CD and DA. RGB value is (140,205,218). Sum of RGB (Red+Green+Blue) = 140+205+218=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDDA is #733225. Grayscale: #BABABA. Windows color (decimal): -7549478 or 14339468. OLE color: 14339468.

HSL color Cylindrical-coordinate representation of color #8CCDDA: hue angle of 190º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CCDDA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 205 218 -
CMYK 0.36 0.06 0 0.15
HSL 190º 0.51% 0.7% -
HSV(B) 190º 0.36% 0.85% -
XYZ 45.3 54.3 74.42 -
YUV 187.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 140 205 218 0.36 0.06 0 0.15 190 0.51 0.7
Hex 8C CD DA 24 6 0 F BE 33 46
Octal 214 315 332 44 6 0 17 276 63 106
Binary 10001100 11001101 11011010 100100 110 0 1111 10111110 110011 1000110

Color Harmonies of #8CCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCDDA

Black with #8CCDDA

Text Example


Text Example

White with #8CCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,205,218); }

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

background-color css

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

 a { background-color: rgb(140,205,218); }

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

border-color css

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

 span { border-color: rgb(140,205,218); }

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