Html Css Color HEX #9BCBFF Pale Cornflower Blue

📋 copy color: '#9BCBFF'

red 155 ◦ green 203 ◦ blue 255

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

Shades of Pale Cornflower Blue #9BCBFF

Tints of Pale Cornflower Blue #9BCBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.12%

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

R = 25.29%
G = 33.12%
B = 41.6%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BCBFF (or 0x9BCBFF) is known color: Pale Cornflower Blue. HEX triplet: 9B, CB and FF. RGB value is (155,203,255). Sum of RGB (Red+Green+Blue) = 155+203+255=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBFF is #643400. Grayscale: #C2C2C2. Windows color (decimal): -6566913 or 16763803. OLE color: 16763803.

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

Color convert

RGB 155 203 255 -
CMYK 0.39 0.20 0 0
HSL 211.2º 1% 0.8% -
HSV(B) 211.2º 0.39% 1% -
XYZ 52.92 56.9 102.8 -
YUV 194.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 155 203 255 0.39 0.20 0 0 211.2 1 0.8
Hex 9B CB FF 27 14 0 0 D3 64 50
Octal 233 313 377 47 24 0 0 323 144 120
Binary 10011011 11001011 11111111 100111 10100 0 0 11010011 1100100 1010000

Color Harmonies of #9BCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCBFF

Black with #9BCBFF

Text Example


Text Example

White with #9BCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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