#9BCAFF

Color #9BCAFF Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #9BCAFF

Tints of Pale Cornflower Blue #9BCAFF

Color information

#9BCAFF (or 0x9BCAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, CA and FF. RGB value is (155,202,255). Sum of RGB (Red+Green+Blue) = 155+202+255=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAFF is #643500. Grayscale: #C1C1C1. Windows color (decimal): -6567169 or 16763547. OLE color: 16763547.

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

Color convert

RGB155202255-
CMYK0.390.2100
HSL211.8º100%80.39%-
HSV(B)211.8º39.22%100%-
XYZ52.6956.43102.72-
YUV193.99162.43100.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.33%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 255 (100% from 255) = 41.67%
R=25.33%
G=33.01%
B=41.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552022550.390.2100211.810080.39
Hex9BCAFF271500d46450
Octal233312377472500324144120
Binary10011011110010101111111110011110101001101010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BCAFF;
 }
 .AnyTagClassName
 {
   color: #9BCAFF;
 }
</style>
background-color css

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

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

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

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

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

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