#9CCBFD

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

Shades of Pale Cornflower Blue #9CCBFD

Tints of Pale Cornflower Blue #9CCBFD

Color information

#9CCBFD (or 0x9CCBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9C, CB and FD. RGB value is (156,203,253). Sum of RGB (Red+Green+Blue) = 156+203+253=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CCBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBFD is #633402. Grayscale: #C2C2C2. Windows color (decimal): -6501379 or 16632732. OLE color: 16632732.

HSL color Cylindrical-coordinate representation of color #9CCBFD: hue angle of 210.93º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCBFD is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156203253-
CMYK0.380.2000.01
HSL210.93º96.04%80.2%-
HSV(B)210.93º38.34%99.22%-
XYZ52.856.87101.12-
YUV194.65160.93100.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.49%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=25.49%
G=33.17%
B=41.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562032530.380.2000.01210.9396.0480.2
Hex9CCBFD261401d36050
Octal234313375462401323140120
Binary10011100110010111111110110011010100011101001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,253); }

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

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

 a { background-color: rgb(156,203,253); }

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

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

 span { border-color: rgb(156,203,253); }

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