Html Css Color HEX #9BC1DE Cornflower

📋 copy color: '#9BC1DE'

red 155 ◦ green 193 ◦ blue 222

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

Shades of Cornflower #9BC1DE

Tints of Cornflower #9BC1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 27.19%
G = 33.86%
B = 38.95%

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

#9BC1DE (or 0x9BC1DE) is known color: Cornflower. HEX triplet: 9B, C1 and DE. RGB value is (155,193,222). Sum of RGB (Red+Green+Blue) = 155+193+222=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BC1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC1DE is #643E21. Grayscale: #B8B8B8. Windows color (decimal): -6569506 or 14598555. OLE color: 14598555.

HSL color Cylindrical-coordinate representation of color #9BC1DE: hue angle of 205.97º degrees, saturation: 0.5, 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 #9BC1DE is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 193 222 -
CMYK 0.30 0.13 0 0.13
HSL 205.97º 0.5% 0.74% -
HSV(B) 205.97º 0.3% 0.87% -
XYZ 45.77 50.38 76.42 -
YUV 184.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 155 193 222 0.30 0.13 0 0.13 205.97 0.5 0.74
Hex 9B C1 DE 1E D 0 D CE 32 4A
Octal 233 301 336 36 15 0 15 316 62 112
Binary 10011011 11000001 11011110 11110 1101 0 1101 11001110 110010 1001010

Color Harmonies of #9BC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC1DE

Black with #9BC1DE

Text Example


Text Example

White with #9BC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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