Html Css Color HEX #9BC1DF Cornflower

📋 copy color: '#9BC1DF'

red 155 ◦ green 193 ◦ blue 223

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

Shades of Cornflower #9BC1DF

Tints of Cornflower #9BC1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 27.15%
G = 33.8%
B = 39.05%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BC1DF (or 0x9BC1DF) is known color: Cornflower. HEX triplet: 9B, C1 and DF. RGB value is (155,193,223). Sum of RGB (Red+Green+Blue) = 155+193+223=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC1DF is #643E20. Grayscale: #B8B8B8. Windows color (decimal): -6569505 or 14664091. OLE color: 14664091.

HSL color Cylindrical-coordinate representation of color #9BC1DF: hue angle of 206.47º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC1DF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 193 223 -
CMYK 0.30 0.13 0 0.13
HSL 206.47º 0.52% 0.74% -
HSV(B) 206.47º 0.3% 0.87% -
XYZ 45.91 50.44 77.13 -
YUV 185.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 155 193 223 0.30 0.13 0 0.13 206.47 0.52 0.74
Hex 9B C1 DF 1E D 0 D CE 34 4A
Octal 233 301 337 36 15 0 15 316 64 112
Binary 10011011 11000001 11011111 11110 1101 0 1101 11001110 110100 1001010

Color Harmonies of #9BC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC1DF

Black with #9BC1DF

Text Example


Text Example

White with #9BC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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