Html Css Color HEX #9BC3DF Cornflower

📋 copy color: '#9BC3DF'

red 155 ◦ green 195 ◦ blue 223

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

Shades of Cornflower #9BC3DF

Tints of Cornflower #9BC3DF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.03%

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

R = 27.05%
G = 34.03%
B = 38.92%

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

#9BC3DF (or 0x9BC3DF) is known color: Cornflower. HEX triplet: 9B, C3 and DF. RGB value is (155,195,223). Sum of RGB (Red+Green+Blue) = 155+195+223=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3DF is #643C20. Grayscale: #BABABA. Windows color (decimal): -6568993 or 14664603. OLE color: 14664603.

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

Color convert

RGB 155 195 223 -
CMYK 0.30 0.13 0 0.13
HSL 204.71º 0.52% 0.74% -
HSV(B) 204.71º 0.3% 0.87% -
XYZ 46.35 51.33 77.28 -
YUV 186.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 155 195 223 0.30 0.13 0 0.13 204.71 0.52 0.74
Hex 9B C3 DF 1E D 0 D CD 34 4A
Octal 233 303 337 36 15 0 15 315 64 112
Binary 10011011 11000011 11011111 11110 1101 0 1101 11001101 110100 1001010

Color Harmonies of #9BC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC3DF

Black with #9BC3DF

Text Example


Text Example

White with #9BC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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