Html Css Color HEX #9BBFDF Cornflower

📋 copy color: '#9BBFDF'

red 155 ◦ green 191 ◦ blue 223

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

Shades of Cornflower #9BBFDF

Tints of Cornflower #9BBFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 33.57%

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

R = 27.24%
G = 33.57%
B = 39.19%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BBFDF (or 0x9BBFDF) is known color: Cornflower. HEX triplet: 9B, BF and DF. RGB value is (155,191,223). Sum of RGB (Red+Green+Blue) = 155+191+223=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDF is #644020. Grayscale: #B7B7B7. Windows color (decimal): -6570017 or 14663579. OLE color: 14663579.

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

Color convert

RGB 155 191 223 -
CMYK 0.30 0.14 0 0.13
HSL 208.24º 0.52% 0.74% -
HSV(B) 208.24º 0.3% 0.87% -
XYZ 45.47 49.56 76.98 -
YUV 183.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 155 191 223 0.30 0.14 0 0.13 208.24 0.52 0.74
Hex 9B BF DF 1E E 0 D D0 34 4A
Octal 233 277 337 36 16 0 15 320 64 112
Binary 10011011 10111111 11011111 11110 1110 0 1101 11010000 110100 1001010

Color Harmonies of #9BBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFDF

Black with #9BBFDF

Text Example


Text Example

White with #9BBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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