Html Css Color HEX #9BC0FF Pale Cornflower Blue

📋 copy color: '#9BC0FF'

red 155 ◦ green 192 ◦ blue 255

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

Shades of Pale Cornflower Blue #9BC0FF

Tints of Pale Cornflower Blue #9BC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.89%

 BLUE value IS 255 (100% from 255) = 42.36%

R = 25.75%
G = 31.89%
B = 42.36%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BC0FF (or 0x9BC0FF) is known color: Pale Cornflower Blue. HEX triplet: 9B, C0 and FF. RGB value is (155,192,255). Sum of RGB (Red+Green+Blue) = 155+192+255=602 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.75% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0FF is #643F00. Grayscale: #BBBBBB. Windows color (decimal): -6569729 or 16760987. OLE color: 16760987.

HSL color Cylindrical-coordinate representation of color #9BC0FF: hue angle of 217.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC0FF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 192 255 -
CMYK 0.39 0.25 0 0
HSL 217.8º 1% 0.8% -
HSV(B) 217.8º 0.39% 1% -
XYZ 50.42 51.89 101.97 -
YUV 188.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 155 192 255 0.39 0.25 0 0 217.8 1 0.8
Hex 9B C0 FF 27 19 0 0 DA 64 50
Octal 233 300 377 47 31 0 0 332 144 120
Binary 10011011 11000000 11111111 100111 11001 0 0 11011010 1100100 1010000

Color Harmonies of #9BC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0FF

Black with #9BC0FF

Text Example


Text Example

White with #9BC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,255); }

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

background-color css

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

 a { background-color: rgb(155,192,255); }

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

border-color css

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

 span { border-color: rgb(155,192,255); }

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