Html Css Color HEX #9BC1DC Cornflower

📋 copy color: '#9BC1DC'

red 155 ◦ green 193 ◦ blue 220

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

Shades of Cornflower #9BC1DC

Tints of Cornflower #9BC1DC

RGB

 RED value IS 155 (60.94% from 255) = 27.29%

 GREEN value IS 193 (75.78% from 255) = 33.98%

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 27.29%
G = 33.98%
B = 38.73%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BC1DC (or 0x9BC1DC) is known color: Cornflower. HEX triplet: 9B, C1 and DC. RGB value is (155,193,220). Sum of RGB (Red+Green+Blue) = 155+193+220=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC1DC is #643E23. Grayscale: #B8B8B8. Windows color (decimal): -6569508 or 14467483. OLE color: 14467483.

HSL color Cylindrical-coordinate representation of color #9BC1DC: hue angle of 204.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC1DC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 193 220 -
CMYK 0.30 0.12 0 0.14
HSL 204.92º 0.48% 0.74% -
HSV(B) 204.92º 0.3% 0.86% -
XYZ 45.51 50.28 75.02 -
YUV 184.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 155 193 220 0.30 0.12 0 0.14 204.92 0.48 0.74
Hex 9B C1 DC 1E C 0 E CD 30 4A
Octal 233 301 334 36 14 0 16 315 60 112
Binary 10011011 11000001 11011100 11110 1100 0 1110 11001101 110000 1001010

Color Harmonies of #9BC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC1DC

Black with #9BC1DC

Text Example


Text Example

White with #9BC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BC1DC; }

 p { color: rgb(155,193,220); }

 H1.HeaderClassName
 {
   color: #9BC1DC;
 }
 .AnyTagClassName
 {
   color: #9BC1DC;
 }
</style>

background-color css

<style>
 a { background-color: #9BC1DC; }

 a { background-color: rgb(155,193,220); }

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

border-color css

<style>
 span { border-color: #9BC1DC; }

 span { border-color: rgb(155,193,220); }

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