Html Css Color HEX #9BC0FD Pale Cornflower Blue

📋 copy color: '#9BC0FD'

red 155 ◦ green 192 ◦ blue 253

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

Shades of Pale Cornflower Blue #9BC0FD

Tints of Pale Cornflower Blue #9BC0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 25.83%
G = 32%
B = 42.17%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BC0FD (or 0x9BC0FD) is known color: Pale Cornflower Blue. HEX triplet: 9B, C0 and FD. RGB value is (155,192,253). Sum of RGB (Red+Green+Blue) = 155+192+253=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BC0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0FD is #643F02. Grayscale: #BBBBBB. Windows color (decimal): -6569731 or 16629915. OLE color: 16629915.

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

Color convert

RGB 155 192 253 -
CMYK 0.39 0.24 0 0.01
HSL 217.35º 0.96% 0.8% -
HSV(B) 217.35º 0.39% 0.99% -
XYZ 50.1 51.76 100.28 -
YUV 187.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 155 192 253 0.39 0.24 0 0.01 217.35 0.96 0.8
Hex 9B C0 FD 27 18 0 1 D9 60 50
Octal 233 300 375 47 30 0 1 331 140 120
Binary 10011011 11000000 11111101 100111 11000 0 1 11011001 1100000 1010000

Color Harmonies of #9BC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0FD

Black with #9BC0FD

Text Example


Text Example

White with #9BC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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