Html Css Color HEX #8ABCDD Cornflower

📋 copy color: '#8ABCDD'

red 138 ◦ green 188 ◦ blue 221

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

Shades of Cornflower #8ABCDD

Tints of Cornflower #8ABCDD

RGB

 RED value IS 138 (54.3% from 255) = 25.23%

 GREEN value IS 188 (73.83% from 255) = 34.37%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 25.23%
G = 34.37%
B = 40.4%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ABCDD (or 0x8ABCDD) is known color: Cornflower. HEX triplet: 8A, BC and DD. RGB value is (138,188,221). Sum of RGB (Red+Green+Blue) = 138+188+221=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ABCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCDD is #754322. Grayscale: #B0B0B0. Windows color (decimal): -7684899 or 14531722. OLE color: 14531722.

HSL color Cylindrical-coordinate representation of color #8ABCDD: hue angle of 203.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABCDD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 188 221 -
CMYK 0.38 0.15 0 0.13
HSL 203.86º 0.55% 0.7% -
HSV(B) 203.86º 0.38% 0.87% -
XYZ 41.52 46.59 75.21 -
YUV 176.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 138 188 221 0.38 0.15 0 0.13 203.86 0.55 0.7
Hex 8A BC DD 26 F 0 D CC 37 46
Octal 212 274 335 46 17 0 15 314 67 106
Binary 10001010 10111100 11011101 100110 1111 0 1101 11001100 110111 1000110

Color Harmonies of #8ABCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCDD

Black with #8ABCDD

Text Example


Text Example

White with #8ABCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,188,221); }

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

background-color css

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

 a { background-color: rgb(138,188,221); }

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

border-color css

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

 span { border-color: rgb(138,188,221); }

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