Html Css Color HEX #9BCDE9 Cornflower

📋 copy color: '#9BCDE9'

red 155 ◦ green 205 ◦ blue 233

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

Shades of Cornflower #9BCDE9

Tints of Cornflower #9BCDE9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.57%

 BLUE value IS 233 (91.41% from 255) = 39.29%

R = 26.14%
G = 34.57%
B = 39.29%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9BCDE9 (or 0x9BCDE9) is known color: Cornflower. HEX triplet: 9B, CD and E9. RGB value is (155,205,233). Sum of RGB (Red+Green+Blue) = 155+205+233=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BCDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDE9 is #643216. Grayscale: #C1C1C1. Windows color (decimal): -6566423 or 15322523. OLE color: 15322523.

HSL color Cylindrical-coordinate representation of color #9BCDE9: hue angle of 201.54º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BCDE9 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 205 233 -
CMYK 0.33 0.12 0 0.09
HSL 201.54º 0.64% 0.76% -
HSV(B) 201.54º 0.33% 0.91% -
XYZ 50.06 56.51 85.36 -
YUV 193.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 155 205 233 0.33 0.12 0 0.09 201.54 0.64 0.76
Hex 9B CD E9 21 C 0 9 CA 40 4C
Octal 233 315 351 41 14 0 11 312 100 114
Binary 10011011 11001101 11101001 100001 1100 0 1001 11001010 1000000 1001100

Color Harmonies of #9BCDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDE9

Black with #9BCDE9

Text Example


Text Example

White with #9BCDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,233); }

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

background-color css

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

 a { background-color: rgb(155,205,233); }

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

border-color css

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

 span { border-color: rgb(155,205,233); }

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