Html Css Color HEX #8DCCF1 Cornflower

📋 copy color: '#8DCCF1'

red 141 ◦ green 204 ◦ blue 241

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

Shades of Cornflower #8DCCF1

Tints of Cornflower #8DCCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.81%

 BLUE value IS 241 (94.53% from 255) = 41.13%

R = 24.06%
G = 34.81%
B = 41.13%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8DCCF1 (or 0x8DCCF1) is known color: Cornflower. HEX triplet: 8D, CC and F1. RGB value is (141,204,241). Sum of RGB (Red+Green+Blue) = 141+204+241=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCF1 is #72330E. Grayscale: #BDBDBD. Windows color (decimal): -7484175 or 15846541. OLE color: 15846541.

HSL color Cylindrical-coordinate representation of color #8DCCF1: hue angle of 202.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCCF1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 204 241 -
CMYK 0.41 0.15 0 0.05
HSL 202.2º 0.78% 0.75% -
HSV(B) 202.2º 0.41% 0.95% -
XYZ 48.45 55.2 91.32 -
YUV 189.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 141 204 241 0.41 0.15 0 0.05 202.2 0.78 0.75
Hex 8D CC F1 29 F 0 5 CA 4E 4B
Octal 215 314 361 51 17 0 5 312 116 113
Binary 10001101 11001100 11110001 101001 1111 0 101 11001010 1001110 1001011

Color Harmonies of #8DCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCF1

Black with #8DCCF1

Text Example


Text Example

White with #8DCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,241); }

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

background-color css

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

 a { background-color: rgb(141,204,241); }

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

border-color css

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

 span { border-color: rgb(141,204,241); }

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