Html Css Color HEX #9BC9EB Cornflower

📋 copy color: '#9BC9EB'

red 155 ◦ green 201 ◦ blue 235

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

Shades of Cornflower #9BC9EB

Tints of Cornflower #9BC9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.01%

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 26.23%
G = 34.01%
B = 39.76%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BC9EB (or 0x9BC9EB) is known color: Cornflower. HEX triplet: 9B, C9 and EB. RGB value is (155,201,235). Sum of RGB (Red+Green+Blue) = 155+201+235=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BC9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9EB is #643614. Grayscale: #BEBEBE. Windows color (decimal): -6567445 or 15452571. OLE color: 15452571.

HSL color Cylindrical-coordinate representation of color #9BC9EB: hue angle of 205.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BC9EB is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 201 235 -
CMYK 0.34 0.14 0 0.08
HSL 205.5º 0.67% 0.76% -
HSV(B) 205.5º 0.34% 0.92% -
XYZ 49.4 54.74 86.56 -
YUV 191.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 155 201 235 0.34 0.14 0 0.08 205.5 0.67 0.76
Hex 9B C9 EB 22 E 0 8 CE 43 4C
Octal 233 311 353 42 16 0 10 316 103 114
Binary 10011011 11001001 11101011 100010 1110 0 1000 11001110 1000011 1001100

Color Harmonies of #9BC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC9EB

Black with #9BC9EB

Text Example


Text Example

White with #9BC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,235); }

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

background-color css

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

 a { background-color: rgb(155,201,235); }

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

border-color css

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

 span { border-color: rgb(155,201,235); }

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