Html Css Color HEX #8DBBED Cornflower

📋 copy color: '#8DBBED'

red 141 ◦ green 187 ◦ blue 237

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

Shades of Cornflower #8DBBED

Tints of Cornflower #8DBBED

RGB

 RED value IS 141 (55.47% from 255) = 24.96%

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

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

R = 24.96%
G = 33.1%
B = 41.95%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DBBED (or 0x8DBBED) is known color: Cornflower. HEX triplet: 8D, BB and ED. RGB value is (141,187,237). Sum of RGB (Red+Green+Blue) = 141+187+237=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBBED is #724412. Grayscale: #B2B2B2. Windows color (decimal): -7488531 or 15580045. OLE color: 15580045.

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

Color convert

RGB 141 187 237 -
CMYK 0.41 0.21 0 0.07
HSL 211.25º 0.73% 0.74% -
HSV(B) 211.25º 0.41% 0.93% -
XYZ 44.04 47.32 86.93 -
YUV 178.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 141 187 237 0.41 0.21 0 0.07 211.25 0.73 0.74
Hex 8D BB ED 29 15 0 7 D3 49 4A
Octal 215 273 355 51 25 0 7 323 111 112
Binary 10001101 10111011 11101101 101001 10101 0 111 11010011 1001001 1001010

Color Harmonies of #8DBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBED

Black with #8DBBED

Text Example


Text Example

White with #8DBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,187,237); }

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

background-color css

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

 a { background-color: rgb(141,187,237); }

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

border-color css

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

 span { border-color: rgb(141,187,237); }

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