Html Css Color HEX #9BC2DD Cornflower

📋 copy color: '#9BC2DD'

red 155 ◦ green 194 ◦ blue 221

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

Shades of Cornflower #9BC2DD

Tints of Cornflower #9BC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.04%

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 27.19%
G = 34.04%
B = 38.77%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BC2DD (or 0x9BC2DD) is known color: Cornflower. HEX triplet: 9B, C2 and DD. RGB value is (155,194,221). Sum of RGB (Red+Green+Blue) = 155+194+221=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2DD is #643D22. Grayscale: #B9B9B9. Windows color (decimal): -6569251 or 14533275. OLE color: 14533275.

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

Color convert

RGB 155 194 221 -
CMYK 0.30 0.12 0 0.13
HSL 204.55º 0.49% 0.74% -
HSV(B) 204.55º 0.3% 0.87% -
XYZ 45.86 50.77 75.79 -
YUV 185.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 155 194 221 0.30 0.12 0 0.13 204.55 0.49 0.74
Hex 9B C2 DD 1E C 0 D CD 31 4A
Octal 233 302 335 36 14 0 15 315 61 112
Binary 10011011 11000010 11011101 11110 1100 0 1101 11001101 110001 1001010

Color Harmonies of #9BC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC2DD

Black with #9BC2DD

Text Example


Text Example

White with #9BC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,221); }

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

background-color css

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

 a { background-color: rgb(155,194,221); }

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

border-color css

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

 span { border-color: rgb(155,194,221); }

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