Html Css Color HEX #9BC7DF Cornflower

📋 copy color: '#9BC7DF'

red 155 ◦ green 199 ◦ blue 223

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

Shades of Cornflower #9BC7DF

Tints of Cornflower #9BC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.49%

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

R = 26.86%
G = 34.49%
B = 38.65%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BC7DF (or 0x9BC7DF) is known color: Cornflower. HEX triplet: 9B, C7 and DF. RGB value is (155,199,223). Sum of RGB (Red+Green+Blue) = 155+199+223=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7DF is #643820. Grayscale: #BCBCBC. Windows color (decimal): -6567969 or 14665627. OLE color: 14665627.

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

Color convert

RGB 155 199 223 -
CMYK 0.30 0.11 0 0.13
HSL 201.18º 0.52% 0.74% -
HSV(B) 201.18º 0.3% 0.87% -
XYZ 47.26 53.14 77.58 -
YUV 188.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 155 199 223 0.30 0.11 0 0.13 201.18 0.52 0.74
Hex 9B C7 DF 1E B 0 D C9 34 4A
Octal 233 307 337 36 13 0 15 311 64 112
Binary 10011011 11000111 11011111 11110 1011 0 1101 11001001 110100 1001010

Color Harmonies of #9BC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC7DF

Black with #9BC7DF

Text Example


Text Example

White with #9BC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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