Html Css Color HEX #9BCFEB Cornflower

📋 copy color: '#9BCFEB'

red 155 ◦ green 207 ◦ blue 235

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

Shades of Cornflower #9BCFEB

Tints of Cornflower #9BCFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 25.96%
G = 34.67%
B = 39.36%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BCFEB (or 0x9BCFEB) is known color: Cornflower. HEX triplet: 9B, CF and EB. RGB value is (155,207,235). Sum of RGB (Red+Green+Blue) = 155+207+235=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFEB is #643014. Grayscale: #C2C2C2. Windows color (decimal): -6565909 or 15454107. OLE color: 15454107.

HSL color Cylindrical-coordinate representation of color #9BCFEB: hue angle of 201º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BCFEB is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 207 235 -
CMYK 0.34 0.12 0 0.08
HSL 201º 0.67% 0.76% -
HSV(B) 201º 0.34% 0.92% -
XYZ 50.83 57.59 87.03 -
YUV 194.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 155 207 235 0.34 0.12 0 0.08 201 0.67 0.76
Hex 9B CF EB 22 C 0 8 C9 43 4C
Octal 233 317 353 42 14 0 10 311 103 114
Binary 10011011 11001111 11101011 100010 1100 0 1000 11001001 1000011 1001100

Color Harmonies of #9BCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCFEB

Black with #9BCFEB

Text Example


Text Example

White with #9BCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,235); }

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

background-color css

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

 a { background-color: rgb(155,207,235); }

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

border-color css

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

 span { border-color: rgb(155,207,235); }

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