Html Css Color HEX #8ABDED Cornflower

📋 copy color: '#8ABDED'

red 138 ◦ green 189 ◦ blue 237

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

Shades of Cornflower #8ABDED

Tints of Cornflower #8ABDED

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.51%

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 24.47%
G = 33.51%
B = 42.02%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8ABDED (or 0x8ABDED) is known color: Cornflower. HEX triplet: 8A, BD and ED. RGB value is (138,189,237). Sum of RGB (Red+Green+Blue) = 138+189+237=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ABDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDED is #754212. Grayscale: #B2B2B2. Windows color (decimal): -7684627 or 15580554. OLE color: 15580554.

HSL color Cylindrical-coordinate representation of color #8ABDED: hue angle of 209.09º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABDED is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 189 237 -
CMYK 0.42 0.20 0 0.07
HSL 209.09º 0.73% 0.74% -
HSV(B) 209.09º 0.42% 0.93% -
XYZ 43.96 47.91 87.05 -
YUV 179.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 138 189 237 0.42 0.20 0 0.07 209.09 0.73 0.74
Hex 8A BD ED 2A 14 0 7 D1 49 4A
Octal 212 275 355 52 24 0 7 321 111 112
Binary 10001010 10111101 11101101 101010 10100 0 111 11010001 1001001 1001010

Color Harmonies of #8ABDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDED

Black with #8ABDED

Text Example


Text Example

White with #8ABDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,237); }

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

background-color css

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

 a { background-color: rgb(138,189,237); }

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

border-color css

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

 span { border-color: rgb(138,189,237); }

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