Html Css Color HEX #8ABBDD Cornflower

📋 copy color: '#8ABBDD'

red 138 ◦ green 187 ◦ blue 221

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

Shades of Cornflower #8ABBDD

Tints of Cornflower #8ABBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

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

R = 25.27%
G = 34.25%
B = 40.48%

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

#8ABBDD (or 0x8ABBDD) is known color: Cornflower. HEX triplet: 8A, BB and DD. RGB value is (138,187,221). Sum of RGB (Red+Green+Blue) = 138+187+221=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ABBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBDD is #754422. Grayscale: #B0B0B0. Windows color (decimal): -7685155 or 14531466. OLE color: 14531466.

HSL color Cylindrical-coordinate representation of color #8ABBDD: hue angle of 204.58º 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 #8ABBDD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 187 221 -
CMYK 0.38 0.15 0 0.13
HSL 204.58º 0.55% 0.7% -
HSV(B) 204.58º 0.38% 0.87% -
XYZ 41.3 46.16 75.14 -
YUV 176.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 138 187 221 0.38 0.15 0 0.13 204.58 0.55 0.7
Hex 8A BB DD 26 F 0 D CD 37 46
Octal 212 273 335 46 17 0 15 315 67 106
Binary 10001010 10111011 11011101 100110 1111 0 1101 11001101 110111 1000110

Color Harmonies of #8ABBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBDD

Black with #8ABBDD

Text Example


Text Example

White with #8ABBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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