Html Css Color HEX #9BC4DF Cornflower

📋 copy color: '#9BC4DF'

red 155 ◦ green 196 ◦ blue 223

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

Shades of Cornflower #9BC4DF

Tints of Cornflower #9BC4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.15%

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

R = 27%
G = 34.15%
B = 38.85%

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

#9BC4DF (or 0x9BC4DF) is known color: Cornflower. HEX triplet: 9B, C4 and DF. RGB value is (155,196,223). Sum of RGB (Red+Green+Blue) = 155+196+223=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC4DF is #643B20. Grayscale: #BABABA. Windows color (decimal): -6568737 or 14664859. OLE color: 14664859.

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

Color convert

RGB 155 196 223 -
CMYK 0.30 0.12 0 0.13
HSL 203.82º 0.52% 0.74% -
HSV(B) 203.82º 0.3% 0.87% -
XYZ 46.58 51.78 77.35 -
YUV 186.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 155 196 223 0.30 0.12 0 0.13 203.82 0.52 0.74
Hex 9B C4 DF 1E C 0 D CC 34 4A
Octal 233 304 337 36 14 0 15 314 64 112
Binary 10011011 11000100 11011111 11110 1100 0 1101 11001100 110100 1001010

Color Harmonies of #9BC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC4DF

Black with #9BC4DF

Text Example


Text Example

White with #9BC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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